var a = "t";
var b = "ill";
var d = "umorbloggen.se";
var c = "h";
var e =(a+b+'@'+c+d);
document.write('<a href=\"mailto:'+e+'\">');


