<!--



// pop out-of-date notification window
function ccs_popOutdatedWin(){
	outDatedCCSpage = "http://www.clickchatsold.com/outdated.html";	
	//tempWinHandle = window.open(outDatedCCSpage, 'ccsoutdate','width=478,height=66,directories=no,location=no,menubar=no,scrollbars=no, status=no,toolbar=no,resizable=yes');						 		
	//tempWinHandle.focus();
}

ccs_popOutdatedWin();
//-->

