// JavaScript Document
// defines the pages of the section and the order they should be displayed
// WARNING : case sensitive
// this file must be included in each of the pages listed here
// AppURL is defined in 'general.js' which should be included in every page

var pages = new Array

pages[0] = AppURL + "tasmania/bestof/wallaby.html"
pages[1] = AppURL + "tasmania/bestof/huon_valley.html"
pages[2] = AppURL + "tasmania/bestof/country_road_sunset.html"
pages[3] = AppURL + "tasmania/bestof/snowgum.html"
pages[4] = AppURL + "tasmania/bestof/creek.html"
pages[5] = AppURL + "tasmania/bestof/sunset_eucalypts.html"
pages[6] = AppURL + "tasmania/bestof/trees_dark_hill.html"
pages[7] = AppURL + "tasmania/bestof/kids_coast.html"
pages[8] = AppURL + "tasmania/bestof/young_seagul.html"
pages[9] = AppURL + "tasmania/bestof/orange_bellied_parrots.html"
pages[10] = AppURL + "tasmania/bestof/tasmania_bay-of-fires.html"
pages[11] = AppURL + "tasmania/bestof/tasmania_wallaby_albino.html"
pages[12] = AppURL + "tasmania/bestof/Tasmania_Dove_Lake.html"
