<!--
	function mOvr(src,clrOver) {
		if (!src.contains(event.fromElement)) {
			src.style.cursor = 'hand';
			src.bgColor = clrOver;
		}
	}
	function mOut(src,clrIn) {
		if (!src.contains(event.toElement)) {
			src.style.cursor = 'default';
			src.bgColor = clrIn;
		}
	}
	function mClk(src) {
		if(event.srcElement.tagName=='TD'){
//			src.children.tags('A')[0].click();
		}
		if(event.srcElement.tagName=='TR'){
			src.children.tags('A')[0].click();
		}
	  status="Academicoweb - Sua escola on-line!";
	}

function saudar(){
	today = new Date()
	if(today.getMinutes() < 10){ 
		pad = "0"}
	else 
		pad = "";
		document.write ;if((today.getHours() >=6) && (today.getHours() <=9)){ 
		document.write("Bom dia!") 
	}
	if((today.getHours() >=10) && (today.getHours() <=11)){
		document.write("Bom dia!")
	}
	if((today.getHours() >=12) && (today.getHours() <=17)){
		document.write("Boa tarde!") 
	} 
	if((today.getHours() >=18) && (today.getHours() <=23)){
		document.write("Boa noite!") 
	}
	if((today.getHours() >=0) && (today.getHours() <=3)){
		document.write("Boa noite!") 
	}
	if((today.getHours() >=4) && (today.getHours() <=5)){
		document.write("Boa noite!")
	}
}
// -->	
