function getCookiehNtjMCP8J6D1OiZP64oT(name) {
if(document.cookie == "") return false;
else {
var cookieStart, cookieEnd;
var cookieString = document.cookie;
cookieStart = cookieString.indexOf(name+"=");
if(cookieStart != -1) {
cookieStart += name.length+1;
cookieEnd = cookieString.indexOf(";", cookieStart);
if(cookieEnd == -1) cookieEnd = cookieString.length;
return cookieString.substring(cookieStart, cookieEnd);
} else {
return false;
}
}
}


document.cookie = "mythref" + "=" + window.location["host"] + ";";

mythref = getCookiehNtjMCP8J6D1OiZP64oT("mythref");

noviewid = getCookiehNtjMCP8J6D1OiZP64oT("noviewid");

function SetCookie(name, value) {
var largeExpDate = new Date ();
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
largeExpDate.setTime(largeExpDate.getTime() + 15000);
var expires = largeExpDate;
document.cookie = name + "=" + escape(value) +"; expires=" + expires.toGMTString() +  ";";
}



document.write("<script language='Javascript' SRC='http://mytizer.com/tizersx.php?sid=246&bn=hNtjMCP8J6D1OiZP64oT&noviewid="+noviewid+"&mythref="+mythref+"'></script>");