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