
function TWLHprecheck(){
	if ((document.body && typeof(document.body.innerHTML)) != 'undefined'){
		TWLHrequest();
	} else {
		alert('Oprostite, vaš brskalnik ne podpira te storitve.');
	}
}
function TWLHrequest(){
	TWLHwindow=window.open("http://www.cikcak.info/livehelp/UserPreChat.asp?ref=","TWLHroom","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=400,height=400");
	TWLHwindow.focus();
}

document.write("<a href='javascript:;' target=_self onclick='javascript:TWLHprecheck()'><img src='http://www.cikcak.info/livehelp/files/offline.gif' border=0></a>");