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

flippingBook.contents = [
	[ "2011 - What a Year! But what about 2012?", 1 ],
	[ "Stamp duty avoidance schemes", 3 ],
	[ "HSBC fined", 3 ],
	[ "If it looks too good to be true, it probably is", 4 ],
	[ "FSA changes to lending rules", 4 ],
	[ "Consider protection now on BIG pensions", 5 ],
	[ "ISA limits to increase", 5 ],
	[ "The world has gone mad, and it will all end in tears", 6 ],
	[ "Autumn Statement - more of what we expected?", 7 ],
	[ "Has the Monetary Policy Committee been reading our Updates?", 8 ],
	[ "Best savings selection", 9 ],
	[ "Book Review", 10 ]
];

// 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_newyear2012.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();

