function TrackUrl(){var A=null;
this.refresh=function(){if(typeof s_265!="undefined"){if(typeof s_265.prop1!="undefined"){s1=s_265.prop1;
s2=s_265.prop2;
pn=s_265.pageName;
p=s_265.pfxID+" : ";
o=true
}}var C=document.location.toString();
C=C.replace("http://","");
C=C.substr(0,C.indexOf("/"));
C="http://"+C+"/mm_track/";
C=C+escape(s1.replace(p,""))+"/"+escape(s2.replace(p,""))+"/";
C=C+"?title="+escape(pn.replace(p,""));
C=C+"&omni=0&ke=1";
if(A==null){A=document.createElement("iframe");
A.id="AOLQuizTrackingIFrame";
A.width=1;
A.height=1;
A.style.position="absolute";
A.style.top="-10px";
A.style.left="-10px";
A.style.visibility="hidden";
A.src=B(C);
document.body.appendChild(A)
}else{A.src=B(C)
}};
function B(E){var D=new Date();
var C=D.getTime()%1073741823;
if(E.indexOf("?")==-1){E+="?"
}E+="&ts"+C;
return E
}}trackingUrl=new TrackUrl();
