﻿//hide email addresses from email harvesters

function ehide(part3,part2,part1)
{
    location.href="mailto:"+part1+"@"+part2+"."+part3;
}