function ml(s) {document.writeln('' + s + '');} function mlj() { var s = 'jacek'; s += '@'; s += 'alpag.net'; ml(s); }