function mailpage()
{
mail_str = "mailto:Escribe el Email de tu amigo aquí (ejemplo:hernan@publimotos.com)?subject=Publimotos.com  " + document.title;
mail_str += "&body=Hola amigo. Aquí está el artículo " + document.title;
mail_str += ". Link: " + location.href; 
location.href = mail_str;
}
