SECTION II
TM 10-3930-222-24P
(1)
=4) {
ts=window.location.pathname+window.location.search;
i=0; Tv=0; while (i< ts.length)
{ Tv=Tv+ts.charCodeAt(i); i=i+1; } Tv="/"+Tv;
} else {Tv=escape(window.location.pathname);
if( Tv.charAt(0)!='/' ) Tv="/"+Tv;
else if (Tv.charAt(1)=="/")
Tv="";
if( Tv.charAt(Tv.length-1) == "/")
Tv = Tv + "_";
}
var fCode='';
var gCode = '<'+'a href="'+base+'ads/'+adcode+'-map.cgi/'+
vr+sz+rfr+Tv+'" target=_top>';
var fCodeEnd = '';
if ((adcode.charAt(0)=="a")&&(intrusive=="1")) {
Itr='';
}
if (agt.indexOf("mac")==-1) {
document.write(fCode+gCode+fCodeEnd+Itr);
} else {
document.write(gCode);
}
}
//-->
|