function getCSNews() {
var articleData = "\n" +
"- New Clip From LEGO Batman: The Movie - DC Super Heroes Unite
\n" +
"- Oz The Great and Powerful Comes to Home Video June 11
\n" +
"- New Clip and Images From Superman: Unbound
\n" +
"- Cover Art for Justice League: The Flashpoint Paradox Released
\n" +
"- When It Comes to Home Video, June 4 is A Good Day to Die Hard
\n" +
"";
document.write( articleData );
}
getCSNews();