﻿flippingBook.pages = [
	"archive/Jan12/PortageNorthernPage1.jpg",
	"archive/Jan12/PortageNorthernPage2.jpg",
	"archive/Jan12/PortageNorthernPage3.jpg",
	"archive/Jan12/PortageNorthernPage4.jpg",
	"archive/Jan12/PortageNorthernPage5.jpg",
	"archive/Jan12/PortageNorthernPage6.jpg",
	"archive/Jan12/PortageNorthernPage7.jpg",
	"archive/Jan12/PortageNorthernPage8.jpg",
	"archive/Jan12/PortageNorthernPage9.jpg",
	"archive/Jan12/PortageNorthernPage10.jpg",
	"archive/Jan12/PortageNorthernPage11.jpg",
	"archive/Jan12/PortageNorthernPage12.jpg"	
];


flippingBook.contents = [
	[ "Front Page", 1 ],
	[ "News", 2 ],
	[ "Entertainment", 4 ],
	[ "Opinion", 5 ],
	[ "Feature", 6 ],
	[ "More Opinions", 8 ],
	[ "Life & Style", 9 ],
	[ "Sports", 11 ],
	[ "Student Life", 12 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 1142; // 1142
flippingBook.settings.bookHeight = 590; // 590
flippingBook.settings.pageBackgroundColor = 0xffffff;
flippingBook.settings.backgroundColor = 0x000000;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = true;
flippingBook.settings.dropShadowEnabled = true;
flippingBook.settings.zoomImageWidth = 1584;
flippingBook.settings.zoomImageHeight = 1638;
flippingBook.settings.downloadURL = "http://www.thenorthernlight.info/main/archive/Jan-Feb/NorthernLight.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.flipCornerPosition = "top-right";
flippingBook.settings.zoomHintEnabled = false;

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

