function getCSNews() {
var articleData = "\n" +
"• Key Dates for the 66th Annual Golden Globe Awards
\n" +
"• The Complete List of Golden Globe Winners!
\n" +
"• Golden Globes Press Conference Now Open to All
\n" +
"• Spielberg's DeMille Award Pushed Back a Year
\n" +
"• Golden Globe Winners to be Announced Via Press Conference
\n" +
"• SAG Deals Death Blow to Golden Globes
\n" +
"• WGA Says No Deal to the Golden Globes
\n" +
"• Golden Globe Awards Seeks Deal with WGA
\n" +
"• WGA to Picket the Golden Globes
\n" +
"• The WGA Rejects Award Shows
\n" +
"• The Golden Globe Nominations!
\n" +
"• Foursome to Announce Globe Nominations
\n" +
"";
document.write( articleData );
}
getCSNews();