function getCSNews() {
var articleData = "\n" +
"- The Box
\n" +
"- The Fourth Kind
\n" +
"- The Men Who Stare at Goats
\n" +
"- Nowhere Boy
\n" +
"- Gentlemen Broncos
\n" +
"- Michael Jackson's This Is It
\n" +
"- Amelia
\n" +
"- Astro Boy
\n" +
"- Cirque du Freak: The Vampire's Assistant
\n" +
"- Law Abiding Citizen
\n" +
"";
document.write( articleData );
}
getCSNews();