flippingBook.pages = [
	"pages/staying_afloat_when_the_water_gets_rough_excerpt_Page_1.jpg",
	"pages/staying_afloat_when_the_water_gets_rough_excerpt_Page_2.jpg",
	"pages/staying_afloat_when_the_water_gets_rough_excerpt_Page_3.jpg",
	"pages/staying_afloat_when_the_water_gets_rough_excerpt_Page_4.jpg",
	"pages/staying_afloat_when_the_water_gets_rough_excerpt_Page_5.jpg",
	"pages/staying_afloat_when_the_water_gets_rough_excerpt_Page_6.jpg",
	"pages/staying_afloat_when_the_water_gets_rough_excerpt_Page_7.jpg",
	"pages/staying_afloat_when_the_water_gets_rough_excerpt_Page_8.jpg"
];


flippingBook.contents = [
	[ "Front Cover", 1 ],
	[ "Table of Contents", 2 ],
	[ "Back Cover", 8 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 818;
flippingBook.settings.bookHeight = 643;
flippingBook.settings.pageBackgroundColor = 0x092250;
flippingBook.settings.backgroundColor = 0x10446F;
flippingBook.settings.zoomUIColor = 0x6288A3;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 853;
flippingBook.settings.zoomImageHeight = 1340;
flippingBook.settings.downloadURL = "nul.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;

// default settings can be found in the flippingbook.js file
flippingBook.create();
