function getCSNews() {
var articleData = "\n" +
"- Spike Jonze's Her Gets a Release Date
\n" +
"- Watch the Drift Space Featurette for Pacific Rim
\n" +
"- New Promo Photo for Ender's Game
\n" +
"- Two New Clips From This is the End
\n" +
"- Hunt a Hansel & Gretel Witch and Try to Score an iPad Mini!
\n" +
"- Dennis Lehane Re-teams with Leonardo DiCaprio for Travis McGee
\n" +
"- General Zod Returns with More Messages for the Man of Steel
\n" +
"- A New TV Spot Warns of the Impending World War Z
\n" +
"- The Domestic Trailer and Poster for Neil Jordan's Byzantium
\n" +
"- The New Trailer for The Lone Ranger is Online
\n" +
"";
document.write( articleData );
}
getCSNews();