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

var the_royal_hotel_scarborough311 = [];
var theArray = the_royal_hotel_scarborough311;

theArray.push(new Array("royal-lounge-bar.jpg", "Sea View Lounge and Bar at The Royal Hotel in Scarborough"));
theArray.push(new Array("royal-hotel-lounge-bar.jpg", "Sea View Lounge and Bar at The Royal Hotel in Scarborough"));


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

