// Object Interfaces for Library Page
// All variables in this document are _l_ prefixed for scope resolution

// library page title
var lTitle = 'Station 16 Internet';

// desription of library page
var lDesc = 'Library for Station 16 web site';

// individual book titles
var lTitles = new Array (
'Station 16'
);	

// individual book descriptions
var lDescs = new Array (
'This book contains the local incident data and attendance performance.&#13;&#10;In 2011 the corporate strategy measures were included and all other sections removed'
);

// urls of book pages
var lUrls = new Array (
'book0/book.html'
);

// last published notice
var lPublished = 'Published on: 04&#47;02&#47;2012 15:47:34';
