//	Valida el formulario del perfil de usuarios
function validateNews(){
	
	 document.formNews.submit();
}


 function openInNewWindow(urlLink) {
	// Change "_blank" to something like "newWindow" to load all links in the same new window
	 window.open(urlLink, '_blank');
	 return false;
 }
