flippingBook.pages = [
"/sites/www.carrollcountycomet.com/files/PDF/2009-04-15/Page_01-flip.gif",
"/sites/www.carrollcountycomet.com/files/PDF/2009-04-15/Page_02-flip.gif",
"/sites/www.carrollcountycomet.com/files/PDF/2009-04-15/Page_03-flip.gif",
"/sites/www.carrollcountycomet.com/files/PDF/2009-04-15/Page_04-flip.gif",
"/sites/www.carrollcountycomet.com/files/PDF/2009-04-15/Page_05-flip.gif",
"/sites/www.carrollcountycomet.com/files/PDF/2009-04-15/Page_06-flip.gif",
"/sites/www.carrollcountycomet.com/files/PDF/2009-04-15/Page_07-flip.gif",
"/sites/www.carrollcountycomet.com/files/PDF/2009-04-15/Page_08-flip.gif",
"/sites/www.carrollcountycomet.com/files/PDF/2009-04-15/Page_09-flip.gif",
"/sites/www.carrollcountycomet.com/files/PDF/2009-04-15/Page_10-flip.gif",
"/sites/www.carrollcountycomet.com/files/PDF/2009-04-15/Page_11-flip.gif",
"/sites/www.carrollcountycomet.com/files/PDF/2009-04-15/Page_12-flip.gif",
"/sites/www.carrollcountycomet.com/files/PDF/2009-04-15/Page_13-flip.gif",
"/sites/www.carrollcountycomet.com/files/PDF/2009-04-15/Page_14-flip.gif",
"/sites/www.carrollcountycomet.com/files/PDF/2009-04-15/Page_15-flip.gif",
"/sites/www.carrollcountycomet.com/files/PDF/2009-04-15/Page_16-flip.gif",
"/sites/www.carrollcountycomet.com/files/PDF/2009-04-15/Page_17-flip.gif"
];
flippingBook.contents = [
["Page 1", 1],
["Page 2", 2],
["Page 3", 3],
["Page 4", 4],
["Page 5", 5],
["Page 6", 6],
["Page 7", 7],
["Page 8", 8],
["Page 9", 9],
["Page 10", 10],
["Page 11", 11],
["Page 12", 12],
["Page 13", 13],
["Page 14", 14],
["Page 15", 15],
["Page 16", 16],
["Page 17", 17]
];
// define custom book settings here
flippingBook.settings.bookWidth = 600;
flippingBook.settings.bookHeight = 609;
flippingBook.settings.pageBackgroundColor = 0xFFFFFF;
flippingBook.settings.backgroundColor = 0xFFFFFF;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 1000;
flippingBook.settings.zoomImageHeight = 2030;
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;
flippingBook.settings.flipSound = "/sites/all/modules/custom/ohtnav/flip/sounds/01.mp3";
flippingBook.settings.zoomPath = "/largepages/2009-04-15/";

// default settings can be found in the flippingbook.js file
flippingBook.create();
