flippingBook.pages = [	"pages/001.jpg",	"pages/002.jpg",	"pages/003.jpg",	"pages/004.jpg",	"pages/005.jpg",	"pages/006.jpg",	"pages/007.jpg",	"pages/008.jpg",	"pages/009.jpg",	"pages/010.jpg",	"pages/011.jpg",	"pages/012.jpg",	"pages/013.jpg",	"pages/014.jpg",	"pages/015.jpg",	"pages/016.jpg",];flippingBook.contents = [	[ "Cover", 1 ],	[ "Calendar", 2 ],	[ "Fairbanks Orthodontics", 3 ],	[ "ScrappingSimply.com", 4 ],	[ "Campbell chiropractic Plus", 4 ],	[ "Our Little Store", 5 ],	[ "H&R Block", 5 ],	[ "The Smile Ranch", 6 ],	[ "Charlie Boy's Pit BBQ", 6 ],	[ "Utah Spine Institute", 7 ],	[ "Beany's Espresso & Smoothies", 8 ],	[ "Cherished Moments", 8 ],	[ "Alpine Surgical Arts", 9 ],	[ "Lone Peak Pediatrics", 9 ],	[ "Skin Deep Tanning", 10 ],	[ "The Forum Accademia", 10 ],	[ "Supreme Car Wash and Detail", 11 ],	[ "Stonehaven Dental", 13 ],	[ "Trafalga", 13 ],	[ "Red Rock Spa Co.", 13 ],	[ "Timp Dry Cleaning", 14 ],	[ "The Hunter Group", 14 ],	[ "Main Street Interiors, Inc.", 14 ],	[ "Utah Valley Records Management", 14 ],	[ "Ostheller Family Dentistry", 15 ],	[ "Smart Cookie Company", 15 ],	[ "Scentsy", 15 ],	[ "Kid to Kid", 15 ],	[ "Mr. Mac", 16 ],];// define custom book settings hereflippingBook.settings.bookWidth = 826;flippingBook.settings.bookHeight = 536;flippingBook.settings.pageBackgroundColor = 0x706d6d;flippingBook.settings.backgroundColor = 0x3c3c3c;flippingBook.settings.zoomUIColor = 0x919d6c;flippingBook.settings.useCustomCursors = false;flippingBook.settings.dropShadowEnabled = false;flippingBook.settings.zoomImageWidth = 992;flippingBook.settings.zoomImageHeight = 1288;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();
