///////////////////////////////////////////////
//
// Create arrays for all of the gallery images
//
///////////////////////////////////////////////

var the_churchill_suite_gallery = [];
var theArray = the_churchill_suite_gallery;

theArray.push(new Array("churchill-suite-royal-hotel-scarborough.jpg", "The Churchill Suite Lounge at The Royal Hotel Scarborough"));
theArray.push(new Array("churchill-bedroom-royal-hotel-scarborough_1.jpg", "The Churchill Suite Bedroom at The Royal Hotel Scarborough"));


// initialize all of the galleries once the dom is ready 
$(document).ready(function(){
initialize_gallery(the_churchill_suite_gallery, 'the_churchill_suite_gallery');
});

