function email1()
{
s1 = 'blue'+'ridge'+'media'+'.'+'com'+'?subject='+'Blue'+' '+'Ridge'+' '+'Vacations';
s2 = 'blue'+'ridge'+'vacations'+'guide'+'@';
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 = 'blue'+'ridge'+'media'+'.'+'com'+'?subject='+'Blue'+' '+'Ridge'+' '+'Vacations'+' '+'Sponsor';
s2 = 'blue'+'ridge'+'vacations'+'guide'+'@';
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 email4()
{
s1 = 'blue'+'ridge'+'media'+'.'+'com'+'?subject='+'Blue'+' '+'Ridge'+' '+'Vacations'+' '+'Logo';
s2 = 'files'+'@';
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 = 'blue'+'ridge'+'media'+'.'+'com';
s2 = 'do'+'not'+'use'+'@';
return s2 + s1;
}
