var delayTime=0;
function CheckForEmail6(){GoForEmail6();delayTime+=5000;t=setTimeout("CheckForEmail6()",delayTime);}
function GoForEmail6(){$.post('ajax_email6.php',{},function(c){if(c>0)$('#emailwindow').html('<a href="messages6.php">You have '+c+' new messages.</a>&nbsp;&bull;&nbsp;');});}

