function _submitPage( hLink, page){
	objLink = document.getElementById( hLink );
	objLink.href = "?m=chat&cp=" + page;
}


