function jsprint() { var s = ''; s += 'Rapala XRap 2008'; return (s); } document.write(jsprint());