function jsprint() {
var s = '';
s += 'Mobile Marketing
';
s += 'Digital Marketing
';
s += 'Differences between Marketing and Advertising
';
s += 'Attributes of a Successful Selling Strategy
';
s += 'Anonymous Visitor Marketing
';
s += 'Making Money with Articles: Where to Find Affiliates
';
s += 'Making Money with Articles: The Importance of Keywords
';
s += 'Making Money with Articles: Niche Websites
';
s += 'Making Money with Articles: Free Article Content
';
s += 'Making Money with Articles: Finding a Writer
';
return (s);
}
document.write(jsprint());