// 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 + "otherplaces/sydney/Opera_House_restaurant.html"
pages[1] = AppURL + "otherplaces/sydney/city_through_tree.html"
pages[2] = AppURL + "otherplaces/sydney/ferry_at_dusk.html"
pages[3] = AppURL + "otherplaces/sydney/harbour_bridge_at_night.html"
pages[4] = AppURL + "otherplaces/sydney/ferry_and_opera_house.html"

