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"
];


flippingBook.contents = [
	[ "Best Direct Mail Campaign - Business Flat Mail", 1 ],
	[ "Best Digital Campaign - Email", 1 ],
	[ "Best Digital Campaign - Viral", 2 ],
	[ "Best Digital Campaign - SEO/SEM", 3 ],
	[ "Best Digital Campaign - Social Media", 3 ],
	[ "Best Integrated Campaign - IT/Telecommunications", 4 ],
	[ "Best Integrated Campaign - Retail/FMCG", 5 ],
	[ "Best Integrated Campaign - Public Sector/Charity", 6 ],
	[ "Best Use of Data - Data Strategy", 7 ],
	[ "Best Use of Data - Personalisation", 7 ],
	[ "Best Use of Data - Campaign Tracking", 8 ],
	[ "Best Campaign Strategy - Customer Acquisition", 9 ],
	[ "Best Campaign Strategy - Customer Loyalty/Retention", 10 ],
	[ "Best Campaign Strategy - Recession Busting", 11 ],
	[ "Best Craft in Execution - Creative Idea", 11 ],
	[ "Best Craft in Execution - Copywriting", 13 ],
	[ "Best Craft in Execution - Art Direction", 13 ],
	[ "Best Creative Entry", 14 ],
	[ "Best Strategy Entry", 14 ],
	[ "The Shane Weaver Award Best of Show", 15 ],
	
];

// define custom book settings here
flippingBook.settings.bookWidth = 826;
flippingBook.settings.bookHeight = 548;
flippingBook.settings.pageBackgroundColor = 0xf2f2f2;
flippingBook.settings.backgroundColor = 0xf2f2f2;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 681;
flippingBook.settings.zoomImageHeight = 904;
flippingBook.settings.downloadURL = "OfficialWinnersList.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();

