rand=Math.round(1000*Math.random())
r = "?Font=3&Length=5&b="+rand  //force the page to load the IMG
document.open()
document.write("<img src='http://www.daniel-ocken.de/hegensdorf/counter/imgcnt.php"+r+"' alt='counter'>")
document.close()