function mouseOver(obj){
		if(obj.background != "/images/lhn_over.gif"){
			obj.background = "/images/lhn_over.gif";
		}
	}
	function mouseOut(obj){
		if(obj.background != "/images/lhn_out.gif" && obj.id != "lhnFreeConsultation"){
			obj.background = "/images/lhn_out.gif";
		}else{
			obj.background = "/images/lhn_freeConsultation.gif";
		}
	}