var dt=new Date();
var rand=dt.getTime();
var pp=""+rand;
var pp=pp.charAt(pp.length-4);
var ctr=eval(pp);
var dest1=new Array();
dest1[0]="vc.html";
dest1[1]="en.html";
dest1[2]="rm.html";
dest1[3]="../rates/contact.html";
var prog=new Array()
prog[0]='Visitor Counter';
prog[1]='Environmental Variables';
prog[2]='Remailer Script';

function disp1(){
 parent.window.status=parent.dest[ctr];
 if (document.all){
  display.innerHTML='<A HREF='+parent.dest[ctr]+' TARGET=_display>'
  +parent.stxt[ctr]+'</A>';
  }
 else{
  if (document.layers){
   document.c.document.d.document.write('<A HREF='+parent.dest[ctr]
   +' TARGET=_display>'+parent.stxt[ctr]+'</A>');
   document.c.document.d.document.close();
   }
  }
 }

function dump(ctr){
 msg=window.open("",ctr,"HEIGHT=400,WIDTH=600,location=1,status=1,toolbar=1,scrollbars=1,resizable=1");
 msg.location.href=dest1[ctr];
 }
function dump1(){
msg=window.open("../rates/contact.html","","height=400,width=600,location=1,status=1,scrollbars=1,toolbar=1,resizable=1");
 }
function dim(){
 disp(3); 
 }
function disp(flg){
 gear=(flg<3?"i/gear.gif":"../i/white.gif");
 document.john.src=gear;
 if (document.all){
  display1.innerHTML='<FONT COLOR=#5B147D>'+txt1[flg]+'</FONT>';
  }
 if (document.getElementById){
  document.getElementById("display1").innerHTML='<FONT COLOR=#5B147D>'
  +txt1[flg]+'</FONT>';
  }
 if (document.layers){
  document.e.document.f.document.write('<P STYLE="font-family:arial,'
   +'helvetica,sans-serif;font-size'
   +':12px;color:#5B147D;font-style:plain">'+txt1[flg]+'</P>');
  document.e.document.close();
  }
 }
var txt1=new Array()
txt1[0]='This counter can be added to your site and keep track of the number of visitors without heavy overhead';
txt1[1]='Those pesky Query Strings and Content Strings can be differentiated and read with this script';
txt1[2]='Now you can send submitted forms to a number of mail addresses if desired';
txt1[3]="";
function chgLeft(flg){
 parent.left.dump(flg);
 }
function wrtMusic(){
 if (parent.left.musflg==1){
  document.write('<OBJECT CLASSID=clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B WIDTH=160 HEIGHT=144 CODEBASE=http://www.apple.com/qtactivex/qtplugin.cab><PARAM NAME=SRC VALUE=../i/lm3.mid><PARAM NAME=AUTOPLAY VALUE=TRUE><PARAM NAME=CONTROLLER VALUE=FALSE><EMBED SRC=../i/lm3.mid AUTOPLAY=TRUE AUTOSTART=TRUE CONTROLLER=FALSE LOOP=FALSE VOLUME=80 HIDDEN=TRUE PLUGINSPAGE=http://www.apple.com/quicktime/download/></EMBED></OBJECT>');
  }
 }
