
function writeJS(){
var str='';
str+='<a href="mailto:bagizoltan@invitel.hu">bagizoltan@invitel.hu<\/a>';
document.write(str);
}
writeJS();