flippingBook.pages = [
"pages/090115_Page_01.jpg",
"pages/090115_Page_02.jpg",
"pages/090115_Page_03.jpg",
"pages/090115_Page_04.jpg",
"pages/090115_Page_05.jpg",
"pages/090115_Page_06.jpg",
"pages/090115_Page_07.jpg",
"pages/090115_Page_08.jpg",
"pages/090115_Page_09.jpg",
"pages/090115_Page_10.jpg",
"pages/090115_Page_11.jpg", 
"pages/090115_Page_12.jpg",
"pages/090115_Page_13.jpg",
"pages/090115_Page_14.jpg",
"pages/090115_Page_15.jpg",
"pages/090115_Page_16.jpg"

];


flippingBook.contents = [
	[ "AdVertisers", 1 ],
[ "111 Salvage", 15 ],
[ "Aloha Cosmetology Center", 5 ],
[ "Alton Memorial Hospital", 2 ],
[ "Alton Memorial Hospital", 4 ],
[ "Auto Center Nissan of Alton", 14 ],
[ "Bradnick Past And Present Auto", 15 ],
[ "Cartridge World", 8 ],
[ "CENTRAL CHRISTIAN CHURCH", 1 ],
[ "Challenge Unlimited", 12 ],
[ "Dave Mungenast Alton Toyota Dodge", 15 ],
[ "DAVIS FUNERAL HOME", 9 ],
[ "Dirt Cheap Cigarettes", 8 ],
[ "DOWNTOWN DEALS", 4 ],
[ "Erie Construction Mid-West Inc", 3 ],
[ "EUROPEAN TAN", 1 ],
[ "FLOWER EMPORIUM, THE ", 9 ],
[ "Gateway Regional Medical Center", 5 ],
[ "KRIEGER'S", 1 ],
[ "L.E. SMITH JEWELERS", 2 ],
[ "Local Net Corp", 4 ],
[ "M and K Auto Sales", 15 ],
[ "Madison Check Express", 1 ],
[ "MEDICAP", 4 ],
[ "MySchoolSpiritShop", 1 ],
[ "Options HME, Inc.", 3 ],
[ "Quality Pontiac", 13 ],
[ "S C O R E", 2 ],
[ "Save-A-Lot", 7 ],
[ "Save-A-Lot", 7 ],
[ "Shelter Insurance - Haddix", 5 ],
[ "Si Senor Mex-Mex Grill", 8 ],
[ "SOUTHWESTERN ILLINOIS COLLEGE ", 5 ],
[ "TALLEY, DR. JASON R.", 1 ],
[ "THERMAL WINDOWS UNLIMITED", 3 ],
[ "VALLOW FLOORING", 3 ],
[ "VFW - Alton", 8 ],
[ "Weber Chevrolet", 15 ],
[ "Weber Chevrolet", 16 ],
[ "Wholesale Carpet Jobbers", 3 ],
[ "WOJSTROM FUNERAL HOME", 9 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 870;
flippingBook.settings.bookHeight = 608;
flippingBook.settings.pageBackgroundColor = 0x3399ff;
flippingBook.settings.backgroundColor = 0x3399ff;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 1400;
flippingBook.settings.zoomImageHeight = 1976;
flippingBook.settings.downloadURL = "pages/090115.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipOnClick = false;
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;

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

