
function A1CSprecheck(){
	if ((document.body && typeof(document.body.innerHTML)) != 'undefined'){
		A1CSrequest();
	} else {
		alert('Sorry, but your browser does not support several features of this system.');
	}
}
function A1CSrequest(){
	var w = 640, h = 480;
	if (document.all || document.layers) {
	   w = screen.availWidth;
	   h = screen.availHeight;
	}
	var leftPos = (w-525)/2, topPos = (h-400)/2;
	A1CSarea=window.open("http://www.tmediahosting.com/livehelp/VisitorPreChat.asp?ref=","CustomerSupport","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=525,height=400,top=" + topPos + ",left=" + leftPos);
	A1CSarea.focus();
}

function A1CSstatuscheck(){
	var nt=String(Math.random()).substr(2,10);
	document.getElementById("A1CSstatus").src='http://www.tmediahosting.com/livehelp/CSTracker.asp?getstatus=1&nt=' + nt;
	setTimeout("A1CSstatuscheck();", 10000);
}
document.write("<a href='#' onclick='javascript:A1CSprecheck()'><img src='http:\/\/www.tmediahosting.com\/livehelp\/files\/offline.gif' border=0 id=A1CSstatus><\/a>");
A1CSstatuscheck();