function getCSNews() {
var articleData = "\n" +
"• Exclusive: James McTeigue Unleashes Ninja Assassin!
\n" +
"• 20 Minutes of Legion Seen
\n" +
"• Exclusive: John Hillcoat Hits The Road
\n" +
"• Exclusive Crazy on the Outside Poster
\n" +
"• Exclusive Fight Club: 10th Anniversary Edition Blu-ray Clip
\n" +
"• Exclusive: John Woo Battles It Out with Red Cliff
\n" +
"• CS Video: Werner Herzog's Bad Lieutenant
\n" +
"• Exclusive: Carla Gugino on Women in Trouble
\n" +
"• Exclusive: Joseph Gordon-Levitt on Uncertainty
\n" +
"• Stewart, Pattinson and Lautner on Twilight: New Moon
\n" +
"• Meraz and Gordon on Starring in Twilight: New Moon
\n" +
"• Exclusive CS Video: Oren Moverman on The Messenger
\n" +
"";
document.write( articleData );
}
getCSNews();