function displaycounter (myid,mycolor,mycompanyname)
{
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.shockcounter.com/shcounter_multi.swf?cgilocation=http://www.shockcounter.com/cgi-bin/shockcounter.cgi&language=english&languageBase=http://www.shockcounter.com/language&title=' + mycompanyname +'&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.shockcounter.com/shcounter_multi2.swf?cgilocation=http://www.shockcounter.com/cgi-bin/shockcounter.cgi&language=english&languageBase=http://www.shockcounter.com/language&title=' + mycompanyname +'&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>');
document.writeln(' <br><a href="http://www.shockcounter.com/?link" target="_blank"><FONT FACE="Verdana,Arial,Tahoma,san-serif" SIZE="1" COLOR="BLACK" BGCOLOR="#C0C0C0">ShockCounter.com</FONT></a>');
document.writeln(' <br><a href="http://www.goldstats.com/hosting" target="_blank"><IMG SRC="http://shockcounter.com/88X31_B2.gif" alt="Quality Hosting - 24/7 Support" HEIGHT="31" WIDTH="88"></a>');
document.writeln(' </center>');
}



