function getCSNews() {
var articleData = "\n" +
"- The Intouchables
\n" +
"- Men in Black 3
\n" +
"- Moonrise Kingdom
\n" +
"- Battleship
\n" +
"- Battleship
\n" +
"- What to Expect When You're Expecting
\n" +
"- The Dictator
\n" +
"- Dark Shadows
\n" +
"- Marvel's The Avengers
\n" +
"- Marvel's The Avengers
\n" +
"";
document.write( articleData );
}
getCSNews();