a="kat";
b="twcreations.com";
c="Kat";
document.write('<a href=\"mailto:' + a + '@'+b+'\">' );
document.write(c+ '<\/a>' );
