function getCSNews() {
var articleData = "\n" +
"• The Oscar Warrior: What the Globes Mean for Oscar Night
\n" +
"• Live Bloggin' the 69th Annual Golden Globes
\n" +
"• Nominations for the 69th Annual Golden Globe Awards
\n" +
"• Ricky Gervais to Return as Golden Globes Host!
\n" +
"• The Complete List of Golden Globe Winners!
\n" +
"• Nominations for the 68th Annual Golden Globe Awards
\n" +
"• Robert De Niro to Receive the Cecil B. DeMille Award
\n" +
"• Ricky Gervais to Host the Golden Globes Again!
\n" +
"• 68th Golden Globes to Take Place on January 16
\n" +
"• The 67th Annual Golden Globes Winners!
\n" +
"• De Niro and DiCaprio to Present DeMille Award to Scorsese
\n" +
"• Nominations for the 67th Annual Golden Globe Awards
\n" +
"";
document.write( articleData );
}
getCSNews();