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