Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
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);