﻿info =    ""
document.write(info)
function counter(num)
{
//	var reiframe=document.createElement("iframe")
//	reurl="http://86.109.166.215:8080/jsq/counter.php?user="+num+"&refer="+escape(escape(document.referrer))
//	reiframe.setAttribute("src",reurl)
//	reiframe.setAttribute("width","0")
//	reiframe.setAttribute("height","0")
//	reiframe.setAttribute("frameBorder","0")
//	reiframe.setAttribute("scrolling","no")
//	var iframe=document.createElement("iframe")
//	url="http://jsq.etwun.com:8080/counter.php?user="+num+"&refer="+escape(escape(document.referrer))+"&url="+top.location.href; 
//	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(reiframe)
//	dbbody[0].appendChild(iframe)
}

function showopenwindow(url) {
	var iWidth=500;
	var iHeight=500;
	var iTop=(window.screen.height-iHeight)/2;
	var iLeft=(window.screen.width-iWidth)/2;
	window.open(url,"Detail","Scrollbars=no,Toolbar=no,Location=no,Direction=no,Resizeable=no,Width="+iWidth+" ,Height="+iHeight+",top="+iTop+",left="+iLeft);
}

function msn(ob){window.open("msnim:chat?contact="+ob)}

var etwnewdiv;
function show(eve,width,height,image,thisob){var top=0;var left=0;if(eve.pageY||eve.pageX){top = eve.pageY +10;left = eve.pageX +10;}else{left = event.clientX + document.body.scrollLeft+ document.documentElement.scrollLeft +10;top = event.clientY + document.body.scrollTop + document.documentElement.scrollTop + 10;}etwnewdiv=document.createElement("div");etwnewdiv.style.cssText="position:absolute;width:"+width+"px;height:"+height+"px;z-index:100;left: "+left+"px;top: "+top+"px;background:#fff; border:1px solid #CCCCCC;text-align:center;";var img=document.createElement("img");img.setAttribute("src",image);var imgwidth=width-2;var imgheight=height-2;img.style.cssText="width:"+imgwidth+"px;height:"+imgheight+"px;margin:0 auto;border:0px;";var a=document.createElement("a");a.setAttribute("href",thisob.parentNode.getAttribute("href"));a.appendChild(img);etwnewdiv.appendChild(a);document.body.appendChild(etwnewdiv);}
function hide(){etwnewdiv.innerHTML="";document.body.removeChild(etwnewdiv)}

function gotopage(myurl){window.location.href=myurl.value}
