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

var the_clifton_hotel_scarborough = [];
var theArray = the_clifton_hotel_scarborough;

theArray.push(new Array("the_clifton_hotel_scarborou.jpg", "External view of The Clifton Hotel in Scarborough"));
theArray.push(new Array("the-clifton-hotel-superior-.jpg", "Superior Style Bedroom at The Clifton Hotel Scarborough"));


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

