function getCSNews() {
var articleData = "\n" +
"- Stan Lee to Appear in the Venom Spin-Off
\n" +
"- Tony Stark's Iron Man 2 GP Racer
\n" +
"- New District 9 Online Game, Trailer Coming!
\n" +
"- Ready for a View-Master Movie?
\n" +
"- Piranha 3D Set Visit: Greg Nicotero Interview
\n" +
"";
document.write( articleData );
}
getCSNews();