function getCSNews() {
var articleData = "\n" +
"- Hunt a Hansel & Gretel Witch and Try to Score an iPad Mini!
\n" +
"- Pre-Order Star Trek Into Darkness and Get a Starfleet Phaser
\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" +
"";
document.write( articleData );
}
getCSNews();