/*Funcion para escribir el mail*/

	function fDamemail(name1,name2){
		var sMail = '';
		if(!name2){
			if(name1 == 'angeles') sMail = '<a href="mailto:blasdog@yahoo.es">blasdog@yahoo.es</a>';
		}else{
				sMail = '<a href="mailto:' + name1 + '@' + name2 + '">' + name1 + '@' + name2 + '</a>';
		}
		document.write(sMail);
	}



banner = '<a href=http://www.nordicca.com/proyectonordico target=_blank>';
banner += '<img src=http://www.perritosdesegovia.com/img/banner_proyecto_nordico.gif width=400 height=75 border=0 vspace=5></a>';
/*banner = '<a href=http://www.mascotaplanet.com target=_blank>';
banner += '<img src=http://www.perritosdesegovia.com/img/boceto_C_pro.gif width=468 height=60 border=0 vspace=5></a>';*/