flippingBook.pages = [
	"pages/page-001.jpg",
	"pages/page-002.jpg",
	"pages/page-003.jpg",
	"pages/page-004.jpg",
	"pages/page-005.jpg",
	"pages/page-006.jpg",
	"pages/page-007.jpg",
	"pages/page-008.jpg",
	"pages/page-009.jpg",
	"pages/page-010.jpg",
	"pages/page-011.jpg",
	"pages/page-012.jpg",
	"pages/page-013.jpg",
	"pages/page-014.jpg",
	"pages/page-015.jpg",
	"pages/page-016.jpg",
	"pages/page-017.jpg",
	"pages/page-018.jpg",
	"pages/page-021.jpg",
	"pages/page-022.jpg",
	"pages/page-023.jpg",
	"pages/page-024.jpg",
	"pages/page-025.jpg",
	"pages/page-026.jpg",
	"pages/page-027.jpg",
	"pages/page-028.jpg",
	"pages/page-029.jpg",
	"pages/page-030.jpg",
	"pages/page-031.jpg",
	"pages/page-032.jpg",
	"pages/page-033.jpg",
	"pages/page-034.jpg",
	"pages/page-035.jpg",
	"pages/page-036.jpg",
	"pages/page-037.jpg",
	"pages/page-038.jpg",
	"pages/page-039.jpg",
	"pages/page-040.jpg",
	"pages/page-041.jpg",
	"pages/page-042.jpg",
	"pages/page-043.jpg",
	"pages/page-044.jpg",
	"pages/page-045.jpg",
	"pages/page-046.jpg",
	"pages/page-047.jpg",
	"pages/page-048.jpg",
	"pages/page-049.jpg",
	"pages/page-050.jpg",
	"pages/page-051.jpg",
	"pages/page-052.jpg",
	"pages/page-053.jpg",
	"pages/page-054.jpg"
];


flippingBook.contents = [
	[ "Slice", 1 ],
	[ "Our Story", 2 ],
	[ "UCAN", 3 ],
	[ "UCAN Samples", 4 ],
	[ "ABC", 5 ],
	[ "ABC Samples", 6 ],
	[ "Global Entry and ESTA", 7 ],
	[ "Global Entry and ESTA Samples", 8 ],
	[ "GMAC", 9 ],
	[ "GMAC Samples", 10 ],
	[ "FMI", 11 ],
	[ "FMI Samples", 12 ],
	[ "EWA", 13 ],
	[ "EWA Samples", 14 ],
	[ "ABC 08", 15 ],
	[ "ABC 08 Samples", 16 ],
	[ "Digital Infuzion", 17 ],
	[ "Digital Infuzion Samples", 18 ],
	[ "POW", 19 ],
	[ "POW Samples", 20 ],
	[ "Washington Theological Union", 21 ],
	[ "WTU Samples", 22 ],
	[ "FAES", 23 ],
	[ "FAES Samples", 24 ],
	[ "AMA", 25 ],
	[ "AMA Samples", 26 ],
	[ "Naval History Foundation Cold War Gallery", 27 ],
	[ "Naval History Foundation Cold War Gallery Samples", 28 ],
	[ "US Navy", 29 ],
	[ "US Navy Samples", 30 ],
	[ "VT", 31 ],
	[ "VT Samples", 32 ],
	[ "GA1 Advertising Agency", 33 ],
	[ "GA1 Advertising Agency Samples", 34 ],
	[ "US Customs and Border Protection", 35 ],
	[ "US Customs and Border Protection Samples", 36 ],
	[ "Maryland Classic Youth Orchestra", 37 ],
	[ "Maryland Classic Youth Orchestra Samples", 38 ],
	[ "Catholic University of America", 39 ],
	[ "Catholic University of America Samples", 40 ],
	[ "American Bus Association Foundation", 41 ],
	[ "American Bus Association Foundation Samples", 42 ],
	[ "American Bus Association", 43 ],
	[ "American Bus Association Samples", 44 ],
	[ "Nicolay Melanoma Foundation", 45 ],
	[ "Nicolay Melanoma Foundation Samples", 46 ],
	[ "Washington Theological Union", 47 ],
	[ "Washington Theological Union Samples", 48 ],
	[ "Association of Woman's Health, Obstetric and Neonatal Nurses", 49 ],
	[ "Association of Woman's Health, Obstetric and Neonatal Nurses Samples", 50 ],
	[ "National Association of Independent Colleges and Universities", 51 ],
	[ "National Association of Independent Colleges and Universities Samples", 52 ],
	[ "Who's Telling Your Story?", 53 ],
	[ "End", 54 ]
];


// define custom book settings here
flippingBook.settings.bookWidth = 800;
flippingBook.settings.bookHeight = 565;
flippingBook.settings.pageBackgroundColor = 0x333333;
flippingBook.settings.backgroundColor = 0xffffff;
flippingBook.settings.zoomUIColor = 0xffffff;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = true,
flippingBook.settings.zoomImageWidth = 1000;
flippingBook.settings.zoomImageHeight = 1412;
flippingBook.settings.downloadURL = "http://www.slice-works.com/dol/DOL_70thAnniv.pdf";
flippingBook.settings.downloadSize = "Size: 4.9MB";
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();
