
function xlaALSprecheck(){
	if ((document.body && typeof(document.body.innerHTML)) != 'undefined'){
		xlaALSrequest();
	} else {
		alert('Sorry, but your browser does not support several features of this system.');
		
		
	}
}
function xlaALSrequest(){
	var w = 640, h = 480;
	if (document.all || document.layers) {
	   w = screen.availWidth;
	   h = screen.availHeight;
	}
	var leftPos = (w-520)/2, topPos = (h-350)/2;
	
	
	var content2 = "<p><a href='javascript:TINY.box.hide()'><img alt='סגור חלון' name='סגור חלון' src='images/close.gif' border='0' /></a>&nbsp;&nbsp;<a href='http://www.belowcall.com' target='_blank'><img alt='פתח את האתר בחלון חדש' name='פתח את האתר בחלון חדש' src='images/home.gif' border='0' /></a></p><iframe src='/popup_bloked.asp' name='popup' width='600px' height='300px'></iframe>";
	
	
	
	//TINY.box.focus();
	
	
	//document.getElementById("chat").innerHTML="<iframe src='http://www.belowcall.com/absolutels/UserPreChat.asp?ref=' name='ALSRoom' width='520' height='350'></iframe>";
	xlaALSwindow=window.open("http://www.belowcall.com/absolutels/UserPreChat.asp?ref=","ALSRoom","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=520,height=350,top=" + topPos + ",left=" + leftPos);
	


	if (!xlaALSwindow) 
	{ 
         TINY.box.show(content2,0,0,0,0,25)
    } 
        
	
	xlaALSwindow.focus();
}

function xlaALScheckstatus(){
	var nt=String(Math.random()).substr(2,10);
	document.getElementById("xlaALSstatusimg").src='http://www.belowcall.com/absolutels/als.asp?getstatus=1&nt=' + nt;
	setTimeout("xlaALScheckstatus();", 10000);
}
document.write("<a href='#' onclick='javascript:xlaALSprecheck()'><img src='http:\/\/www.belowcall.com\/absolutels\/files\/offline.gif' border=0 id=xlaALSstatusimg><\/a>");
xlaALScheckstatus();