function getCSNews() {
var articleData = "\n" +
"- Steve McQueen's Twelve Years a Slave Debuts Six Stills
\n" +
"- Bullock and McCarthy Do Some Drunken Dancing in a New Clip from The Heat
\n" +
"- Russell Crowe to Make Directorial Debut with The Water Diviner
\n" +
"- Animated The Prophet Adaptation Lands All-Star Voice Cast
\n" +
"- Dumb and Dumber To is Back On!
\n" +
"";
document.write( articleData );
}
getCSNews();