// JavaScript Document
function openChat(){
	chat = window.open("http://crc.fm/chatnox/rulesnox.php","Chat","width=500,height=440,scrollbar=yes,resizable=yes,status=yes");
}