Uncover the mystery a little sooner. Sign up to receive emails and we’ll let you peek behind the curtain to reveal some of our upcoming special events and insider rates.
Sign up
Uncover the mystery a little sooner. Sign up below and we’ll let you peek behind the curtain to reveal some of our upcoming special events and insider rates.
Choose Properties
function getHotelUids(){
var uids = "";
var form = document.getElementById("hotelpicker");
for ( i=0; i<form.hotels.length; i++ )
{
if ( form.hotels[i].checked )
{
if ( !form.hotels[i].value ) continue;
uids = ( uids ) ? uids + "," + form.hotels[i].value : form.hotels[i].value;
}
}
return uids;
}
var options = {};
options.display = "overlay";
options.key = "b66c1ccd-8e5f-4e5d-f1ee-b7edaad0b36a";
options.populateUid = "getHotelUids";
options.button = "custom";
options.button_text = "Continue →";
options.clear_previous = true;
var srfp_widget = new srfp.widget(options);