function getCSNews() {
var articleData = "\n" +
"• Golden Globes Expands Animated Feature Category to Five
\n" +
"• Martin Scorsese to Receive the Cecil B. DeMille Award
\n" +
"• Ricky Gervais to Host the Golden Globe Awards
\n" +
"• Timetable Announced for 67th Golden Globes
\n" +
"• The 66th Annual Golden Globes Winners!
\n" +
"• Jonas Bros., Panettiere and Scorsese to Present Globes
\n" +
"• Diaz, Lange and Rock Join Globes Presenters List
\n" +
"• Eckhart, Fishburne and Lively Join Globe Presenters
\n" +
"• The Official Poster for the Golden Globes
\n" +
"• Hayek, Lopez, Poehler and Rogen to Present Globes
\n" +
"• Baker, Barrymore and Cohen to Present at the Globes
\n" +
"• Nominations for the 66th Annual Golden Globes
\n" +
"";
document.write( articleData );
}
getCSNews();