function jsprint() { var s = ''; s += 'Spot Remover'; return (s); } document.write(jsprint());