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