// Unspamable Email Adress //

var name = "DF";
var domain = "Lasod.com";
document.write('<a style="font:12px arial; color:#0000cd;" href=\"mailto:' + name + '@' + domain + '?Subject=From The DF Website \">');
document.write('DF@Lasod.com</a>');
//* document.write('name + '@' + domain + '</a>'); *//

