
var goTimer;
function urchinCheck() {
    clearTimeout(goTimer);
    try
    {
        urchinTracker("/booknowtag/30074344");
    } catch (e) {
        goTimer = window.setTimeout(urchinCheck, 100 );
    }
}
var NL = '\n'
var sWrite = "";
var baseURL = "http://www.genbook.com/bookings";
if (baseURL.indexOf("http:")===0){ 
    if ("https:" == document.location.protocol){
        baseURL = baseURL.replace(/http:\/\//,"https://");
    }
}

document.writeln('<a href="http://www.genbook.com/bookings/slot/reservation/30074344/reviews/?bookingSourceId=1023" target="_blank"><img src="'+baseURL+'/images/genbook-read-my-reviews-button.png" width="178" height="74" alt="Read my Reviews" border="0" /></a>' + sWrite)
sWrite = '<script type="text/javascript">' + NL
sWrite += 'var _gaq = _gaq || [];' + NL
sWrite += '_gaq.push(["_setAccount", "UA-1818709-3"]);' + NL
sWrite += '_gaq.push(["_setDomainName", "none"]);' + NL
sWrite += '_gaq.push(["_setAllowLinker", true]);' + NL
sWrite += '_gaq.push(["_trackPageview"]);' + NL
sWrite += '</script>' + NL
document.writeln(sWrite);
document.writeln('<script>(function() { var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true; ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s); })();</script><br/>');
