<!--<html xmlns="http://www.w3.org/1999/xhtml"><!--<head><!--<title>Untitled Document</title><!--<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><!--</head><!--<body><!--</body><!--</html><!--<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">function mailpage(){  mail_str = "mailto:introduce aqui el nombre? subject=Esta página te puede interesar!! ";  mail_str += "&body=Por favor, visita " + document.title;  mail_str += ". Enlace: " + location.href;   location.href = mail_str;}function currentchat(){	chat = "http://gabbly.com/" + location.href;	location.href = chat}