function chat_reload() { 
			
	include_function('chat_ajax','includes/center/chat_window.inc.php','chat_scroll','')			
	setTimeout(chat_reload, 30000); 		
}
			
function chat_scroll() {
		
	var chat_window = document.getElementById("chat");
	chat_window.scrollTop = chat_window.scrollHeight;
}
