<!--Begin DCH Tracker-->
<!--
function clickTrack(page,data) {
    var key;
    u=document.location.href;
    if(u.indexOf("key=")>-1){
        key=u.substring(u.indexOf("key=")+4,u.indexOf("key=")+36)
    }
    if(page==undefined||page==null||page.toUpperCase()!="WEBPAGE"){
        page=escape(document.location.hostname+document.location.pathname).replace(/\//g,"%2F").replace(/\?/g,"%3F").replace(/=/g,"%3D").replace(/&/g,"%26").replace(/@/g,"%40")
    }
    var host=(("https:"==document.location.protocol)?"https":"http");
    url=host+"://email.jurysinns.com/clickstream/clickstream.aspx?pg="+page+"&nc="+(new Date()).getTime();
    if(key!=null) url+="&key="+key;
    if(data!=null) url+="&data="+escape(data);
    if(document.images){
        obj=new Image();
        obj.src=url
    }else{
        document.write("<img src="+url+" width=1 height=1>")
    }
}
//-->
<!--End DCH Tracker-->
