ap="'";

function cb () {
	temp=navigator.userAgent;
	if((parseInt(temp.substring(8,9))>2)&&(temp.substring(0,7)=="Mozilla")){
		return true;
	}
}

if(cb()==true){

	offnovedades = new Image;
	offnovedades.src = "img/home/bot_novedades_home_off.gif";
	onnovedades = new Image;
	onnovedades.src = "img/home/bot_novedades_home_on.gif";

}
