function getCSNews() {
var articleData = "\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" +
"• The Game to Play B.A. Baracus in The A-Team?
\n" +
"• Transformers Up to $448.4 Million Worldwide
\n" +
"• Kick-Ass Footage to Premiere at Comic-Con
\n" +
"• Avatar Comic-Con Banner Revealed!
\n" +
"• Christian Slater in Talks for The Forgotten
\n" +
"• Piper Perabo to Star in USA's Affairs
\n" +
"• G.I. Joe: The Rise of Cobra Hometown Screening Contest
\n" +
"";
document.write( articleData );
}
getCSNews();