var username = "me";
var hostname = "ulive4.com";
var linktext = username + "@" + hostname ;
document.write("<b>" + linktext + "</b>");
