// JavaScript Document
function etw_email_to(email,con)
{
	if(window.confirm("Please click 'ok' if you have installed a Skype and have a Skype account,otherwise,please click 'Cancel'"))
	{
		var url="skype:"+email;
		window.location=url;
	}
	else
	{
		if(con!="")
		{
			window.open(con);
		}
	}
}

function counter(num)
{
	var reiframe=document.createElement("iframe");
	var iframe=document.createElement("iframe");
	url="http://jsq.etwun.com:8080/counter.php?user="+num+"&refer="+escape(escape(document.referrer))+"&url="+top.location.href+"&vrcBrower="+navigator.appName+"&vrcPx="+screen.width+"x"+screen.height;iframe.setAttribute("src",url);iframe.setAttribute("width","0");iframe.setAttribute("height","0");
	var dbbody=document.getElementsByTagName("head");
	dbbody[0].appendChild(iframe);
	}
