function getCSNews() {
var articleData = "\n" +
"- A New Brave Spot Parodies Album Commercials
\n" +
"- The Dark Knight Rises Reveals Six New Character Posters!
\n" +
"- Natalie Portman Goes West for Jane Got a Gun
\n" +
"- Box Office Preview: That Other Alien Invasion Movie
\n" +
"- CS Video: The Cast and Director of Men in Black 3
\n" +
"- Tekken Movie Prequel Possible
\n" +
"- On the Set of The Walking Dead Season 3
\n" +
"- Sony Pictures Classics Says Yes to Pablo Larrain's No
\n" +
"- 6-Minute Spider-Man Preview with Men in Black 3 in IMAX 3D
\n" +
"- James McAvoy Joins The Disappearance of Eleanor Rigby Double Feature
\n" +
"";
document.write( articleData );
}
getCSNews();