function noplink() {	lnks=document.getElementsByTagName("a").length;	for (i=0;i<lnks;i++)	document.getElementsByTagName("a").item(i).onfocus=new Function(" (this.blur)?this.blur():NULL;")} function rellenaFormulario(form){	for(var i=1; i< form.length-2; i++) form[i].value = form[i].name;	}function checkFormPostAdmin(f){	if (f.titulo.value=='' || f.cuerpo.value==''){ alert ('\n A entrada [Post] ha de ter un título e un corpo\n'); return false; }}function checkFormComent(f){	if (f.nombre.value=='' || f.titulo.value=='' || f.comentario.value==''){ alert ('\nEsquenciches o teu nome\n\nO comentario ha de ter un título e un corpo\n'); return false; }}function checkFormComentAdmin(f){	if (f.titulo.value=='' || f.comentario.value==''){ alert ('\n O comentario ha de ter un título e un corpo\n'); return false; }}
