function chat() {
	if(!navigator.javaEnabled()){
		window.location = "http://ircd.zoelife4u.org/getjava.php";
	}
	else{
		var chat = window.open('http://ircd.zoelife4u.org/chat/','','scrollbars=no,menubar=no,height=600,width=800,resizable=no,toolbar=no,location=no,status=no');
	}
}

