function getCSNews() {
var articleData = "\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();