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" +
"- Ice Age: Dawn of the Dinosaurs Freezes Transformers
\n" +
"- Universal Pictures to Fight Asteroids
\n" +
"- Exclusive Surrogates One-Sheet!
\n" +
"- Resident Evil 4 Arriving in Late 2010
\n" +
"- Predators Director Confirmed By Rodriguez
\n" +
"";
document.write( articleData );
}
getCSNews();