function getCSNews() {
var articleData = "\n" +
"• 10 Animated Shorts Move Ahead in 2009 Oscar Race
\n" +
"• New Season of the Witch Trailer Online
\n" +
"• New Moon Breaks Midnight Opening Record!
\n" +
"• International Featurette on Sherlock Holmes
\n" +
"• Domestic Trailer for Percy Jackson & The Olympians
\n" +
"• Behind-the-Scenes Featurette on The Wolfman
\n" +
"• The Twilight Saga: New Moon - What Did You Think?!
\n" +
"• Exclusive: James McTeigue Unleashes Ninja Assassin!
\n" +
"• Steven Spielberg and Stephen King Team on Dome
\n" +
"• The Shield Writer to Pen Underworld 4
\n" +
"• Idris Elba to Play Heimdall in Thor
\n" +
"• New Featurette on James Cameron's Avatar
\n" +
"";
document.write( articleData );
}
getCSNews();