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