function getCSNews() {
var articleData = "\n" +
"• 10 Animated Shorts Move Ahead in 2009 Oscar Race
\n" +
"• 15 Documentary Features Continue in Oscar Race
\n" +
"• Hamish Hamilton to Direct 2009 Oscar Telecast
\n" +
"• 20 Animated Features Line Up for 2009 Oscar Race
\n" +
"• Steve Martin and Alec Baldwin to Co-Host the Oscars
\n" +
"• Mechanic and Shankman to Produce the Oscars
\n" +
"• 65 Countries in Competition for 2009 Foreign Language Oscar
\n" +
"• Preferential Voting to Determine Best Picture Oscar
\n" +
"• 82nd Oscars to Feature 10 Best Pictures Nominees!
\n" +
"• Key Dates Announced for 82nd Academy Awards
\n" +
"• The Winners of the 81st Academy Awards!
\n" +
"• The Oscar Warrior's Final Awards Picks
\n" +
"";
document.write( articleData );
}
getCSNews();