function displaycounter (myid,mycolor,mycompanyname)
{
document.writeln('<LEFT>');
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(' </LEFT>');
}