flippingBook.pages = [
	"pages/cover.jpg",
	"pages/boomerang.jpg",
	"pages/greeting.jpg",
	"pages/showofficials.jpg",
	"pages/clubs.jpg",
	"pages/officials.jpg",
	"pages/stabling_request.jpg",
	"pages/generalrules.jpg",
	"pages/generalrules1.jpg",
	"pages/generalrules2.jpg",
	"pages/gardner.jpg",
	"pages/evergreen.jpg",
	"pages/firecracker_schedule.jpg",
	"pages/firecracker_entry1.jpg",
	"pages/firecracker_entry2.jpg",
	"pages/rules.jpg",
	"pages/reining.jpg",
	"pages/patrons.jpg",
	"pages/schedule1.jpg",
	"pages/schedule2.jpg",
	"pages/schedule3.jpg",
	"pages/divisions1.jpg",
	"pages/dressagecard.jpg",
	"pages/region15_entry1.jpg",
	"pages/region15_entry2.jpg",
	"pages/adandy1.jpg",
	"pages/adandy2.jpg",
	"pages/local_sweeps.jpg",
	"pages/sweepstakes.jpg",
	"pages/kalorama.jpg",
	"pages/EdwardsClairLynnFarm.jpg",
	"pages/eastcoast_cover.jpg",
	"pages/seehorse.jpg",
	"pages/ec_officials.jpg",
	"pages/ec_rules.jpg",
	"pages/eastcoaststallion1.jpg",
	"pages/eastcoaststallion1a.jpg",
	"pages/eastcoaststallion2a.jpg",
	"pages/eastcoaststallion2.jpg",
	"pages/ec_stabling.jpg",
	"pages/pennsummerclassic.jpg",
	"pages/ec_showschedule1.jpg",
	"pages/ec_showschedule2.jpg",
	"pages/ec_showschedule3.jpg",
	"pages/ec_showschedule4.jpg",
	"pages/sultana.jpg",
	"pages/kryo.jpg",
	"pages/ec_entry.jpg",
	"pages/ec_entry1.jpg",
	"pages/stablehollow.jpg",
	"pages/eaahsc.jpg",
	"pages/ec_showdivisions.jpg",
	"pages/ec_showdivisions1.jpg",
	"pages/ec_patrons.jpg",
	"pages/daisy.jpg",
	"pages/ecc_showdivisions.jpg",
	"pages/ecc_showdivisions1.jpg",
	"pages/ec_dressagecard.jpg",
	"pages/zoskey.jpg",
	"pages/usef.jpg",
	"pages/goldenessence.jpg",
	"pages/sarahduclos.jpg"
];


flippingBook.contents = [
	[ "Region 15 Omnibus Cover", 1 ],
	[ "Greeting", 3 ],
	[ "Region 15 Show Officials", 4 ],
	[ "Region 15 Clubs", 5 ],
	[ "Region 15 Volunteers", 6 ],
	[ "Region 15 Stabling Request", 7 ],
	[ "Region 15 General Rules", 8 ],
	[ "Region 15 Rules", 16 ],
	[ "Firecracker Show Schedule", 13 ],
	[ "Firecracker Entry Form", 14 ],
	[ "Region 15 Reining", 17 ],
	[ "Region 15 Sponsorship", 17 ],
	[ "Region 15 Patrons Package", 18 ],
	[ "Region 15 Show Schedule", 19 ],
	[ "Region 15 Class Divisions", 22 ],
	[ "Dressage Card", 23 ],
	[ "Region 15 Entry Form", 24 ],
	[ "Sweepstakes", 28 ],
	[ "Local Sweepstakes", 28 ],
	[ "East Coast Cover", 32 ],
	[ "East Coast Show Officials", 34 ],
	[ "East Coast Show Rules", 35 ],
	[ "East Coast Stabling Request", 40 ],
	[ "East Coast Show Schedule", 42 ],
	[ "East Coast Entry Form", 48 ],
	[ "Eastern Arabian Show Divisions", 52 ],
	[ "East Coast Championships Show Divisions", 56 ],
	[ "East Coast Patrons Package", 54 ],
	[ "East Coast Dressage Card", 58 ],
	[ "USEF Page", 60 ],
	[ "Adandy Farm", 26 ],
	[ "Clair Lynn Farm", 31 ],
	[ "Crescendo Training Centre", 11 ],
	[ "Congressional Farms", 54 ],
	[ "Daisy Haven Farm", 55 ],
	[ "Dana Gardner and Bey Ninja", 11 ],
	[ "Eastern Amatuer Arabian Horse Show Circuit", 51 ],
	[ "Evergreen Farm", 12 ],
	[ "Equus Mediation", 30 ],
	[ "FA Patriot", 58 ],
	[ "Golden Essence", 61 ],
	[ "Kalorama Farm", 30 ],
	[ "Kyro Kinetics USA", 47 ],
	[ "New Freedom Riding Academy", 62 ],
	[ "Pennsylvania Northwest Summer Classic", 41 ],
	[ "Seehorse Video", 33 ],
	[ "SHN Payback Program", 36 ],
	[ "Stable Hollow Construction", 50 ],
	[ "Sultana Stables", 46 ],
	[ "SWPAHA Spring Arabian Show", 62 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 960;
flippingBook.settings.bookHeight = 631;
flippingBook.settings.pageBackgroundColor = 0x4f8ac4;
flippingBook.settings.backgroundColor = 0x1f84b8;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 960;
flippingBook.settings.zoomImageHeight = 1280;
flippingBook.settings.downloadURL = "http://www.region15.com/horse-show-prize-lists/omnibus/R15_2009_omnibus.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();

