function getCSNews() {
var articleData = "\n" +
"• The Oscar Warrior on the Oscar Nominated Short Films 2012
\n" +
"• The Oscar Warrior: Hollywood Celebrates Itself!
\n" +
"• The Help Wins Three SAG Awards
\n" +
"• Michel Hazanavicius Wins DGA's Top Film Honor
\n" +
"• The Bridesmaids Cast to Present at the Oscars
\n" +
"• The Oscar Warrior: Surprises, Snubs and Disappointments
\n" +
"• The Complete List of Nominees for the 84th Annual Academy Awards!
\n" +
"• The Oscar Warrior: Where We At? - Final Pre-Nominations Update
\n" +
"• Oscar Foreign Language Category Down to Nine
\n" +
"• Oscar.com Relaunches with New Billy Crystal Video
\n" +
"• Editors' Guild Announces the 62nd Annual ACE Eddie Nominees
\n" +
"• The Oscar Warrior: What the Globes Mean for Oscar Night
\n" +
"";
document.write( articleData );
}
getCSNews();