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" +
"";
document.write( articleData );
}
getCSNews();