function putcounter(wcounter)
{document.getElementById('dcounter').innerHTML=wcounter;}
var vcounter='<span id="dcounter"></span>';
document.write(vcounter);
var vfcounter='<iframe src="counter.php" name="fcounter" width="0px" height="0px" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe>';
document.write(vfcounter);
