

/////////////////////////
function email_team_w()
{
    document.open();
document.writeln("<a href='mailto:team@searchonsocal.com'><font color='white'>Contact Us</font></a>");
}

/////////////////////////


function email_team()
{
    document.open();
document.writeln("<a href='mailto:team@searchonsocal.com'><strong>Contact Us</strong></a>");
}

/////////////////////////


