function getCSNews() {
var articleData = "\n" +
"- Nicolas Winding Refn Talks Barbarella Remake
\n" +
"- The Star Wars News Roundup - 5.24.13
\n" +
"- CBS Brings Bad Teacher to Series
\n" +
"- AMC CEO Says No End to The Walking Dead in Sight
\n" +
"- BTJA Announces Nominations for the 3rd Annual Critics' Choice Television Awards
\n" +
"- Ricky Gervais' Derek Heads to Netflix
\n" +
"- Full Trailer for Marvel's Avengers Assemble Now Online
\n" +
"- Mia Maestro Joins Guillermo del Toro's The Strain
\n" +
"- New Star Wars Animated Series Star Wars Rebels Coming Fall 2014
\n" +
"- Preview for the 9th Episode of Game of Thrones Season 3
\n" +
"";
document.write( articleData );
}
getCSNews();