var allcookies = document.cookie;
var urlname=document.URL
urlname = urlname.replace(/http:\/\//,"");
var cookie=allcookies.lastIndexOf("tabber")
var killit=("<a title=home href=\"javascript:(function(){C=document.cookie.split(%22; %22);for(d=%22.%22+location.host;d;d=(%22%22+d).substr(1).match(/\..*$/))for(sl=0;sl<2;++sl)for(p=%22/%22+location.pathname;p;p=p.substring(0,p.lastIndexOf('/')))for(i in C)if(c=C[i]){document.cookie=c+%22; domain=%22+d.slice(sl)+%22; path=%22+p.slice(1)+%22/%22+%22; expires=%22+new Date((new Date).getTime()-1e11).toGMTString()} location.reload()})()\"><img src=http://www.abqjournal.com/base/abqjournallogo07.gif height=75 width=250 border=0 title=Home alt=AlbuquerqueJournal /></a>")
if (cookie > 0) {
        // document.write(cookie);
        document.write(killit)
        // window.location= "http://www.abqjournal.com";
}
else {
document.write("<a href=/cs/ title=\"Subscriber and Customer Services\"><img src=http://www.abqjournal.com/base/abqjournallogo07.gif height=75 width=250 border=0 title=\"Subscriber and Customer Services\" alt=AlbuquerqueJournal /></a>")
}

