var suffix_types = new Array("edu","com","ky","net","org");

function getCon(username,domain,domain_suffix_type)
{
    document.write('<a href="mailto:'+username+'@'+domain+'.'+suffix_types[domain_suffix_type]+'">'+username+'@'+domain+'.'+suffix_types[domain_suffix_type]+'</a>');
}
