flippingBook.pages = [
	"pages/Lutheran_Life-February_10-1.jpg",
	"pages/Lutheran_Life-February_10-2.jpg",
	"pages/Lutheran_Life-February_10-3.jpg",
	"pages/Lutheran_Life-February_10-4.jpg",
	"pages/Lutheran_Life-February_10-5.jpg",
	"pages/Lutheran_Life-February_10-6.jpg",
	"pages/Lutheran_Life-February_10-7.jpg",
	"pages/Lutheran_Life-February_10-8.jpg",
	"pages/Lutheran_Life-February_10-9.jpg",
	"pages/Lutheran_Life-February_10-10.jpg",
	"pages/Lutheran_Life-February_10-11.jpg",
	"pages/Lutheran_Life-February_10-12.jpg",
	"pages/Lutheran_Life-February_10-13.jpg",
	"pages/Lutheran_Life-February_10-14.jpg",
	"pages/Lutheran_Life-February_10-15.jpg",
	"pages/Lutheran_Life-February_10-16.jpg",
	"pages/Lutheran_Life-February_10-17.jpg",
	"pages/Lutheran_Life-February_10-18.jpg",
	"pages/Lutheran_Life-February_10-19.jpg",
	"pages/Lutheran_Life-February_10-20.jpg",
	"pages/Lutheran_Life-February_10-21.jpg",
	"pages/Lutheran_Life-February_10-22.jpg",
	"pages/Lutheran_Life-February_10-23.jpg",
	"pages/Lutheran_Life-February_10-24.jpg",
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Greg Walton offers insights", 1 ],
	[ "Changes to LCMS Convention", 8 ],
	[ "Haiti Relief Updates", 16 ],
	[ "New District Budget", 20 ],
	[ "District Farwell to Neubauers", 22 ],
];

// define custom book settings here
flippingBook.settings.bookWidth = 900;
flippingBook.settings.bookHeight = 650;
flippingBook.settings.pageBackgroundColor = 0x5b7414;
flippingBook.settings.backgroundColor = 0x83a51c;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 1100;
flippingBook.settings.zoomImageHeight = 1424;
flippingBook.settings.downloadURL = "http://www.lutheranlifeonline.com";
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();

