function m(name, domain, link) { var a = name + "&#" +(22 + 42).toString()+domain; if (link) document.writeln(""+ a +""); else document.writeln(a); }