cierraNoticia = function(){
	var enModalBox = (document.getElementById('mb_center')!=null)?true:false;

	//alert(enModalBox)

	if(enModalBox==true){
		MOOdalBox.close();
	} else {
		location.href='noticias.php';
	}
};