
function contact(colorIs) {

  var msg = 
    '<p class="' + colorIs + ' small smallHref"> ' + 
      'Call 404-392-8682, &nbsp;' +  
      '<a href="mailto:les@rcaworks.com"><img border="0" alt="Email Us for Help." width="44" height="15" src="pics/Buttons/email_blue.gif" /></a>' + 
      '&nbsp;us or use our <a href="quote.html"><img border="0" alt="Free Quote or Advice" width="44" height="17" ' + 
      'src="pics/Buttons/quoteButton44x17.jpg" /></a> form.' + 
    '</p>';


document.write(msg);
}


  
