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