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