<!--
if (parent.frames.length < 1) {
window.top.location.href="/index.shtml?" + document.URL;
}
else {
  var bName = navigator.appName;
  var bVer = parseInt(navigator.appVersion);
  var NS4 = (bName == "Netscape" && bVer >= 4);
  var IE4 = (bName == "Microsoft Internet Explorer" && bVer >= 4);
 if (!top.pagecount) {
   top.pagecount = 1
 } else {
     top.pagecount++;
     if (top.pagecount > 4) {
       top.pagecount = 1;
       if (!top.customlist) {
          top.customlist = 'new';
       } 
       var mr = Math.round(Math.random()*100);
       var rst = "/smt-cgi/smt/content.cgi?customlist="+top.customlist+"&t="+mr;
       if (NS4 || IE4) {
        top.content.location.replace(rst);
       } else {
        top.content.location.href = rst;
       }
       //alert('was getan');
     }
   }
}





//-->
