if( navigator.userAgent.indexOf( "AppleWebKit" ) > -1 ) {
	
	window.onload = function () {
		
		if( document.styleSheets[1].cssRules[0].selectorText.indexOf( "HTML" ) > -1 ) document.styleSheets[1].cssRules[0].style.removeProperty( 'overflow' );
		
		initDivToAnchor();
		
		scrollTOD();
		inicia_noticies();
		despertadorMenu();
		despertadorCerca();
	}
	
}else if( ( navigator.userAgent.indexOf( "Firefox" ) > -1 || navigator.userAgent.indexOf( "Camino" ) > -1 || navigator.userAgent.indexOf( "SeaMonkey" ) > -1 ) && ( navigator.userAgent.indexOf( "PPC Mac OS X" ) > -1 ) ){
	
	window.onload = function () {
		
		var div_parche = document.getElementById( "parche_onMouseAndOFauto" );
		div_parche.style.display = "none";
		
		scrollTOD();
		inicia_noticies();
		despertadorMenu();
		despertadorCerca();
	}
	
}else{
	
	window.onload = function () {
		
		moldejaCos();
		scrollTOD();
		inicia_noticies();
		despertadorMenu();
		despertadorCerca();
	}
	
}
