flippingBook.pages = [
	"pages/aug10-1.jpg",
	"pages/aug10-2.jpg",
	"pages/aug10-3.jpg",
	"pages/aug10-4.jpg",
	"pages/aug10-5.jpg",
	"pages/aug10-6.jpg",
	"pages/aug10-7.jpg",
	"pages/aug10-8.jpg"
];

flippingBook.contents = [
	[ "The outlook for Europe", 1 ],
	[ "A change of name only?", 2 ],
	[ "Independence causes dilemma for Bank of England", 3 ],
	[ "How to fix the lending crisis", 4 ],
	[ "History repeats itself", 5 ],
	[ "Pension annuity proposal launched", 6 ],
	[ "Best Savings Selection", 7 ],
	[ "Book Review", 8 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 826;
flippingBook.settings.bookHeight = 584;
flippingBook.settings.pageBackgroundColor = 0x5b7414;
flippingBook.settings.backgroundColor = 0x83a51c;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 992;
flippingBook.settings.zoomImageHeight = 1403;
flippingBook.settings.downloadURL = "http://www.polestarnews.co.uk/polestar_aug10_news.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";

// default settings can be found in the flippingbook.js file
flippingBook.create();
