<!-- 
var addr1 = "mailto:" 
var addr2 = "info" 
var addr3 = "@" 
var addr4 = "djdeals.com" 
var addr5 = "?subject=DJDeals.com Price for: &amp;" 
var addr6 = "body=Please put the product that you want our low price for into the SUBJECT of this email.  We will personally email you a reply within 2 days.  If the exact product name is not in the SUBJECT of the email, you will not receive a quote.  Thanks!%0D%0A%0D%0A" 
document.write('<A HREF="' + addr1 + addr2 + addr3 + addr4 + addr5 + addr6 + '">') 
document.write('EMAIL US</A>') 
//--> 