flippingBook.pages = [
	"pages/09lunarfest-00.png",
	"pages/09lunarfest-01.png",
	"pages/09lunarfest-02.png",
	"pages/09lunarfest-03.png",
	"pages/09lunarfest-04.png",
	"pages/09lunarfest-05.png",
	"pages/09lunarfest-06.png",
	"pages/09lunarfest-07.png",
	"pages/09lunarfest-08.png",
	"pages/09lunarfest-09.png",
	"pages/09lunarfest-10.png",
	"pages/09lunarfest-11.png"
	];

flippingBook.contents = [
	[ "2009 LunarFest Report Cover", 1 ],
	[ "Light up the winter night", 2 ],
	[ "Created by the community, for the community", 4 ],
	[ "Cross the boundary and unleash the creativity", 6 ],
	[ "Turning the page on traditions", 8 ],
	[ "A bright winter wonderland", 10 ]
	];

// define custom book settings here
flippingBook.settings.bookWidth = 616;
flippingBook.settings.bookHeight = 625;
flippingBook.settings.pageBackgroundColor = 0x111111;
flippingBook.settings.backgroundColor = 0x111111;
flippingBook.settings.zoomUIColor = 0xffffff;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 616;
flippingBook.settings.zoomImageHeight = 1250;
flippingBook.settings.flipSound = "sounds/01.mp3";
flippingBook.settings.zoomHintEnabled = true;
flippingBook.settings.backgroundImage = "";
flippingBook.settings.showUnderlyingPages = true;
flippingBook.settings.staticShadowsDepth = 1;
flippingBook.settings.dynamicShadowsDepth = 0;
flippingBook.settings.allowPagesUnload = false;


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