
//HIDE EMAIL SCRIPT
function hideEmail()
{
 path = 'mailto:georgianinn@'
 path += 'gmail.'
 path += 'com'
 location.href = path;
}