function getCSNews() {
var articleData = "\n" +
"- Halo Legends Animated Films Coming
\n" +
"- Welcome to the Fight Club Mayhem
\n" +
"- Transformers: Revenge of the Fallen Dominates the Charts
\n" +
"- The Trailer for Smokin' Aces 2: Assassins' Ball
\n" +
"- Uncensored Trailer for American Pie Presents: The Book of Love
\n" +
"";
document.write( articleData );
}
getCSNews();