// JavaScript Document

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
}


function home1()
{
	inicio = "index.html";
	location.href = inicio;
}
