// JavaScript Documentfunction mailpage(){  mail_str = "mailto:introduce aqui el nombre? subject=Esta página te puede interesar!! ";  mail_str += "&body=Por favor, visita IV Foro de Empleo Universidad de Cordoba";  mail_str += ". Enlace: http://www.forouco.com";   location.href = mail_str;}function currentchat(){	chat = "http://gabbly.com/" + location.href;	location.href = chat}function home1(){	inicio = "index.html";	location.href = inicio;}