function jsprint() { var s = ''; s += 'Store - Bomber'; return (s); } document.write(jsprint());