function getCSNews() {
var articleData = "\n" +
"• Exclusive: Reprise Director Joachim Trier
\n" +
"• Famke Janssen on Turn the River
\n" +
"• Exclusive: Narnia Producer Mark Johnson
\n" +
"• Update: G.I. Joe's Heavy Duty!
\n" +
"• Christina Ricci is Trixie!
\n" +
"• Set Visit Preview: G.I. Joe
\n" +
"• EXCL: Nick Broomfield's Battle for Haditha
\n" +
"• Shock Talk: Episode 2 Online!
\n" +
"• Exclusive: The Wild 'n' Wacky World of Tarsem!
\n" +
"• Speed Racer Himself, Emile Hirsch
\n" +
"• Matthew Fox is Racer X!
\n" +
"• Tribeca Exclusive: Playing for Change
\n" +
"";
document.write( articleData );
}
getCSNews();