flippingBook.pages = [
	"pages/fresh_page1.jpg",
	"pages/fresh_page2.jpg",
	"pages/fresh_page3.jpg",
	"pages/fresh_page4.jpg",
	"pages/fresh_page5.jpg",
	"pages/fresh_page6.jpg",
	"pages/fresh_page7.jpg",
	"pages/fresh_page8.jpg",
	"pages/fresh_page9.jpg",
	"pages/fresh_page10.jpg",
	"pages/fresh_page11.jpg",
	"pages/fresh_page12.jpg",
	"pages/fresh_page13.jpg",
	"pages/fresh_page14.jpg",
	"pages/fresh_page15.jpg",
	"pages/fresh_page16.jpg",
	"pages/fresh_page17.jpg",
	"pages/fresh_page18.jpg",
	"pages/fresh_page19.jpg",
	"pages/fresh_page20.jpg",
	"pages/fresh_page21.jpg",
	"pages/fresh_page22.jpg",
	"pages/fresh_page23.jpg",
	"pages/fresh_page24.jpg",
	"pages/fresh_page25.jpg",
	"pages/fresh_page26.jpg",
	"pages/fresh_page27.jpg",
	"pages/fresh_page28.jpg",
	"pages/fresh_page29.jpg",
	"pages/fresh_page30.jpg",
	"pages/fresh_page31.jpg",
	"pages/fresh_page32.jpg",
	"pages/fresh_page33.jpg",
	"pages/fresh_page34.jpg",
	"pages/fresh_page35.jpg",
	"pages/fresh_page36.jpg",
	"pages/fresh_page37.jpg",
	"pages/fresh_page38.jpg",
	"pages/fresh_page39.jpg",
	"pages/fresh_page40.jpg",
	"pages/fresh_page41.jpg",
	"pages/fresh_page42.jpg",
	"pages/fresh_page43.jpg",
	"pages/fresh_page44.jpg",
	"pages/fresh_page45.jpg",
	"pages/fresh_page46.jpg",
	"pages/fresh_page47.jpg",
	"pages/fresh_page48.jpg",
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Welcome", 2 ],
	[ "Table Of Contents", 4 ],
	[ "Food For Thought", 6 ],
	[ "Ask The Expert", 8 ],
	[ "Food Lovers' Favorites", 10 ],
	[ "Cooking With Kids", 12 ],
	[ "Catch Of The Day", 16 ],
	[ "How Sweet It Is", 22 ],
	[ "Farm Fresh Dairy", 26 ],
	[ "Local Zucchini At Its Best", 30 ],
	[ "For Your Health", 34 ],
	[ "Inspirations", 38 ],
	[ "Rao's to the Rescue", 41 ],
	[ "Meals In Minutes: Ready, Set, Eat", 46 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 846;
flippingBook.settings.bookHeight = 510;
flippingBook.settings.pageBackgroundColor = 0xffffff;
flippingBook.settings.backgroundColor = 0xffffff;
flippingBook.settings.zoomUIColor = 0xe23e21;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = true,
flippingBook.settings.zoomImageWidth = 993;
flippingBook.settings.zoomImageHeight = 1200;
flippingBook.settings.downloadURL = "http://www.page-flip.com/new-demos/03-kitchen-gorenje-2008/kitchen_gorenje_2008.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();
