// 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/poppies/poppy_field.html"
pages[1] = AppURL + "tasmania/poppies/05012706_poppy_flower.html"
pages[2] = AppURL + "tasmania/poppies/05012703_poppy_flower.html"
pages[3] = AppURL + "tasmania/poppies/05012704_poppy_flower.html"
pages[4] = AppURL + "tasmania/poppies/05012702_poppy_side_vertica.html"
pages[5] = AppURL + "tasmania/poppies/05012710_poppy_flower.html"
pages[6] = AppURL + "tasmania/poppies/05012707_poppy_flower.html"
pages[7] = AppURL + "tasmania/poppies/05012708_poppy_flower.html"
pages[8] = AppURL + "tasmania/poppies/05012709_poppy_flower.html"
pages[9] = AppURL + "tasmania/poppies/05012701_poppy_pod.html"
pages[10] = AppURL + "tasmania/poppies/05012705_poppy_flower.html"

