(function(){
var HostProtocol = (("https:" == document.location.protocol) ? "https://" : "http://");
var userPlayer={
	Lotto_MemberID:Lotto_MemberID,
	Lotto_Path:Lotto_Path
};
var IsIE = true;
if(navigator.userAgent.indexOf("MSIE")>0) {
   IsIE=true;
} else {
   IsIE=false;  
}
var Lotto_div=document.getElementById("Online_user_divAdAplay");
var Lotto_content=document.createElement("iframe");

Lotto_content.id="Lotto_iframe_id";
if(!IsIE){
	Lotto_content.setAttribute("style","border:solid 0px;width:100px;height:23px;background-color:transparent");
} else {          
	Lotto_content.style.backgroundColor="transparent";
	Lotto_content.style.border="solid 0px";
	Lotto_content.width="100px";
	Lotto_content.height="23px";
}
Lotto_content.scrolling="no";
Lotto_content.setAttribute("frameborder", "solid 0px Red", 0);
Lotto_content.src=encodeURI(HostProtocol + "traffic.lotto.auzonet.com/online_user/count_users.php?member_id="+userPlayer.Lotto_MemberID+"&url="+userPlayer.Lotto_Path); 
Lotto_div.appendChild(Lotto_content);
})()