
var goTimer;
function urchinCheck() {
    clearTimeout(goTimer);
    try
    {
        urchinTracker("/booknowtag/30251502");
    } 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/30251502?bookingSourceId=1000" target="_blank"><img src="' + baseURL + '/images/booknow/orange-reverse-large.png" width="150" height="50" alt="Make an Online Appointment" 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/>');
