function newWindow()
{
popwin0 = window.open('http://www.njmls.com/cf/select.cfm?county=Bergen','');
popwin = window.open('pop_mls.html','','width=375,height=175,left=225,top=225');
popwin.focus;
}

function f_greeting(){
 now=new Date;
	if (now.getHours()<11){
 	 document.write("Good Morning");
	}
	else if (now.getHours()<18){
 	 document.write("Good Afternoon");
	}
	else{
 	 document.write("Good Evening");
	}
}

function f_mouseover(){
	window.event.srcElement.style.color="red"; 
window.event.srcElement.style.background="";
window.event.srcElement.style.textdecoration="";                			
}

function f_mouseover2(){
	window.event.srcElement.style.color="red"; 
window.event.srcElement.style.background="white";
window.event.srcElement.style.textdecoration="";                			
}

function f_mouseover3(){
	window.event.srcElement.style.background="silver";        			
}

function f_mouseout(){
	window.event.srcElement.style.color="white";                 			
}

function f_mouseout2(){
	window.event.srcElement.style.color="navy";                 			
}

function f_mouseout3(){
	window.event.srcElement.style.background="";                    			
}
