function SetCounter()
{
document.counter.src="http://www.europaporten.com/Pingst/savelog.php?"+Math.floor(Math.random()*99999);
};
document.write ("<img src=\"\" name=\"counter\" id=\"counter\">");
SetCounter();

