
//alert('hello world');
function updateItinerary()
{
document.getElementById('Div1').innerHTML = '';
    //document.golfiframe.window.location.href = '/golf/golf_iframe.aspx';
    if(window.location.href=='https://www.sandsresorts.com/golf/reservations/reserve_v2.aspx'){
    document.golfiframe.window.location.href = '/golf/golf_iframe.aspx';
    }
    else
    {
     document.golfiframe.window.location.reload(false);
    }
   
}



document.write('<iframe frameborder=\"0\" height=\"1\" width=\"1\" id=\"golfiframe\" name=\"golfiframe\" src=\"/golf/golf_iframe.aspx\">Iframes must be enabled to process this transaction');
document.write('</iframe>');