//--added for epic trends e-mail, RTL, 07-22-03
function contactMe() {
var type="mailto:"; var who="info"; var at="@"; var where="epictrends"; domain=".com"; document.write('<a href="'+type+who+at+where+domain+'">'); document.write('Click here to get your quote!'); document.write('</a>');} 

//--Call me now for advice, RTL, 7-23-03
function contactBecky() 
{
var type="mailto:"; var who="beckylash"; var at="@"; var where="epictrends"; domain=".com"; document.write('<a href="'+type+who+at+where+domain+'">'); document.write('Becky Lash'); document.write('</a>');};

//--Call me now for advice, RTL, 7-23-03
function contactInfo2() 
{
var type="mailto:"; var who="beckylash"; var at="@"; var where="epictrends"; domain=".com"; document.write('<a href="'+type+who+at+where+domain+'">'); document.write('Contact Us.'); document.write('</a>');};

function contactQuote() 
{
var type="mailto:"; var who="info"; var at="@"; var where="epictrends"; domain=".com"; document.write('<a href="'+type+who+at+where+domain+'">'); document.write('Get a quote!'); document.write('</a>');};

function contactInfo() 
{
var type="mailto:"; var who="info"; var at="@"; var where="epictrends"; domain=".com"; document.write('<a href="'+type+who+at+where+domain+'">'); document.write('Contact Us'); document.write('</a>');};