function jsprint() {
var s = '';
s += 'Podcasting Goes Mainstream...
';
s += 'How To Get Our News Feed...
';
s += 'The Revolution Happening In Your Own Backyard.
';
s += 'The New Hotmail IS Here...
';
s += 'What\' s this?
';
return (s);
}
document.write(jsprint());