a="cookingtheworld";
b="gmail";
c="com";
d="CONTACT US";
document.write('<a href=\"mailto:'+a+'@'+b+'.'+c+'\">');
document.write(d+'<\/a>');
