function email1()
{
s1 = 'bell'+'south'+'.'+'net';
s2 = 'cassandra'+'cyr'+'@';
return s2 + s1;
}
function emailclick(e) { document.location = 'mailto:' + e; }
function emailview(e) { self.status = 'mailto:' + e; return true; }
function emailclear() { self.status = ''; return true; }

function email3()
{
s1 = 'g'+'mail'+'.'+'com';
s2 = 'highcountry'+'weddings'+'@';
return s2 + s1;
}
function emailclick(e) { document.location = 'mailto:' + e; }
function emailview(e) { self.status = 'mailto:' + e; return true; }
function emailclear() { self.status = ''; return true; }

function email2()
{
s1 = 'mountain'+'top'+'weddings'+'.'+'net';
s2 = 'sp'+'am'+'@';
return s2 + s1;
}