flippingBook.pages = [
	"http://www.lanthorn.com/www/archives/091029/01.jpg",
	"http://www.lanthorn.com/www/archives/091029/02.jpg",
	"http://www.lanthorn.com/www/archives/091029/03-news.jpg",
	"http://www.lanthorn.com/www/archives/091029/04-opinion.jpg",
	"http://www.lanthorn.com/www/archives/091029/05-lakerlife.jpg",
	"http://www.lanthorn.com/www/archives/091029/06-sports.jpg",
	"http://www.lanthorn.com/www/archives/091029/07.jpg",
	"http://www.lanthorn.com/www/archives/091029/08-ae.jpg",
	"http://www.lanthorn.com/www/archives/091029/09-marketplace.jpg",
	"http://www.lanthorn.com/www/archives/091029/10.jpg"
];

// define custom book settings here
flippingBook.settings.bookWidth = 532;
flippingBook.settings.bookHeight = 500;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 1065;
flippingBook.settings.zoomImageHeight = 2000;
flippingBook.settings.downloadURL = "http://www.lanthorn.com/www/archives/091029/091029-issue19.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();

