function displaycounter (myid,mycolor)
{
document.writeln('<center>');
document.writeln('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.writeln(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"');
document.writeln(' WIDTH=120 HEIGHT=40>');
document.writeln(' <PARAM NAME=movie VALUE="http://www.freeflashintros.com/swfcount/shcounter_multi.swf?cgilocation=http://www.freeflashintros.com/cgi-bin/shcounter_multi.cgi&language=english&languageBase=http://www.freeflashintros.com/swfcount/language&title=Flash Counter&id=' + myid +'&pauseTime=4">'); 
document.writeln(' <PARAM NAME=loop VALUE=false>'); 
document.writeln(' <PARAM NAME=menu VALUE=false>');
document.writeln(' <PARAM NAME=quality VALUE=high>');
document.writeln(' <PARAM NAME=bgcolor VALUE='+ mycolor + '>'); 
document.writeln(' <EMBED src="http://www.freeflashintros.com/swfcount/shcounter_multi.swf?cgilocation=http://www.freeflashintros.com/cgi-bin/shcounter_multi.cgi&language=english&languageBase=http://www.freeflashintros.com/swfcount/language&title=Flash Counter&id='+ myid + '&pauseTime=4"');
document.writeln('loop=false menu=false quality=high'); 
document.writeln('bgcolor='+ mycolor );  
document.writeln('WIDTH=120 HEIGHT=40 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
document.writeln(' </EMBED>');
document.writeln('</OBJECT>');

var core = 0
var currentdate = 0

function StringArray (n) {
  this.length = n;
  for (var i =1; i <= n; i++) {
    this[i] = ' '

  }
}


var ran = 60/linktext.length

currentdate = new Date()
core = currentdate.getSeconds()
adcore = Math.floor(core/ran)
core = adcore


}




















































