flippingBook.pages = [
	"pages/Explorer-covers3.jpg",
	"pages/Explorer-covers4.jpg",
	"pages/Explorer-Spring-2009.jpg",
	"pages/Explorer-Spring-20092.swf",
	"pages/Explorer-Spring-20093.swf",
	"pages/Explorer-Spring-20094.jpg",
	"pages/Explorer-Spring-20095.jpg",
	"pages/Explorer-Spring-20096.jpg",
	"pages/Explorer-Spring-20097.jpg",
	"pages/Explorer-Spring-20098.jpg",
	"pages/Explorer-Spring-20099.jpg",
	"pages/Explorer-Spring-200910.jpg",
	"pages/Explorer-Spring-200911.jpg",
	"pages/Explorer-Spring-200912.jpg",
	"pages/Explorer-Spring-200913.jpg",
	"pages/Explorer-Spring-200914.jpg",
	"pages/Explorer-Spring-200915.jpg",
	"pages/Explorer-Spring-200916.jpg",
	"pages/Explorer-Spring-200917.jpg",
	"pages/Explorer-Spring-200918.jpg",
	"pages/Explorer-Spring-200919.jpg",
	"pages/Explorer-Spring-200920.jpg",
	"pages/Explorer-Spring-200921.jpg",
	"pages/Explorer-Spring-200922.jpg",
	"pages/Explorer-Spring-200923.jpg",
	"pages/Explorer-Spring-200924.jpg",
	"pages/Explorer-Spring-200925.jpg",
	"pages/Explorer-Spring-200926.jpg",
	"pages/Explorer-Spring-200927.jpg",
	"pages/Explorer-Spring-200928.jpg",
	"pages/Explorer-Spring-200929.jpg",
	"pages/Explorer-Spring-200930.jpg",
	"pages/Explorer-Spring-200931.jpg",
	"pages/Explorer-Spring-200932.jpg",
	"pages/Explorer-Spring-200933.jpg",
	"pages/Explorer-Spring-200934.jpg",
	"pages/Explorer-Spring-200935.jpg",
	"pages/Explorer-Spring-200936.jpg",
	"pages/Explorer-Spring-200937.jpg",
	"pages/Explorer-Spring-200938.jpg",
	"pages/Explorer-Spring-200939.jpg",
	"pages/Explorer-Spring-200940.jpg",
	"pages/Explorer-covers5.jpg",
	"pages/Explorer-covers2.jpg"
	
];

flippingBook.contents = [
	[ "Cover", 1 ],
	[ "CEO Letter", 2 ],
	[ "Navigator", 4 ],
	[ "Demand and Supply", 6 ],
	[ "The Runing Man", 12 ],
	[ "Driving the Recovery", 14 ],
	[ "Has the Penny dropped?", 16 ],
	[ "Times They are a-Changin'", 18 ],
	[ "Delivering Hope", 22 ],
	[ "Lightning Bolt", 26 ],
	[ "Beautiful South", 30 ],
	[ "Color of Nature", 34 ],
	[ "The Great Migration", 40 ],
	[ "Charles Darwin", 42 ]
	
];

// define custom book settings here
flippingBook.settings.bookWidth = 1000;
flippingBook.settings.bookHeight = 700;
flippingBook.settings.pageBackgroundColor = 0xe44134,
flippingBook.settings.backgroundColor = 0xffffff,
flippingBook.settings.zoomUIColor = 0xBD3029;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = true,
flippingBook.settings.zoomImageWidth = 1342;
flippingBook.settings.zoomImageHeight = 1901;
flippingBook.settings.flipSound = "sounds/01.mp3";

// default settings can be found in the flippingbook.js file
flippingBook.create();

