flippingBook.pages = [
	"pages/200905_Sandpiper_Ed57_Page_01.jpg",
	"pages/200905_Sandpiper_Ed57_Page_02.jpg",
	"pages/200905_Sandpiper_Ed57_Page_03.jpg",
	"pages/200905_Sandpiper_Ed57_Page_04.jpg",
	"pages/200905_Sandpiper_Ed57_Page_05.jpg",
	"pages/200905_Sandpiper_Ed57_Page_06.jpg",
	"pages/200905_Sandpiper_Ed57_Page_07.jpg",
	"pages/200905_Sandpiper_Ed57_Page_08.jpg",
	"pages/200905_Sandpiper_Ed57_Page_09.jpg",
	"pages/200905_Sandpiper_Ed57_Page_10.jpg",
	"pages/200905_Sandpiper_Ed57_Page_11.jpg",
	"pages/200905_Sandpiper_Ed57_Page_12.jpg",
	"pages/200905_Sandpiper_Ed57_Page_13.jpg",
	"pages/200905_Sandpiper_Ed57_Page_14.jpg",
	"pages/200905_Sandpiper_Ed57_Page_15.jpg",
	"pages/200905_Sandpiper_Ed57_Page_16.jpg",
	"pages/200905_Sandpiper_Ed57_Page_17.jpg",
	"pages/200905_Sandpiper_Ed57_Page_18.jpg",
	"pages/200905_Sandpiper_Ed57_Page_19.jpg",
	"pages/200905_Sandpiper_Ed57_Page_20.jpg"


];

flippingBook.contents = [
	[ "Cover", 1 ],
	[ "A Word from the Bishop", 2 ],
	[ "Schools", 8 ],
	[ "Around the Diocese", 9 ],
	[ "Artafact", 12 ],	
	[ "Seminary Days", 13 ],
	[ "Liturgy", 15 ],
	[ "Relax", 16 ],
	[ "Caption Competition", 16 ],
	[ "Sandpit", 19 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 826;
flippingBook.settings.bookHeight = 584;
flippingBook.settings.pageBackgroundColor = 0x5b7414;
flippingBook.settings.backgroundColor = 0x83a51c;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 1250;
flippingBook.settings.zoomImageHeight = 1786;
flippingBook.settings.downloadURL = "http://www.sandpiper.org.au/flip/pdf/e200905_Sandpiper_Ed57.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";

// default settings can be found in the flippingbook.js file
flippingBook.create();
