function getCSNews() {
var articleData = "\n" +
"- Doctor Who Confirmed for 2014 Season
\n" +
"- Showtime Releases Official Dexter Season 8 Trailer
\n" +
"- The Star Wars News Roundup - 5.17.13
\n" +
"- Zombieland Series Not Moving Forward at Amazon
\n" +
"- The CW's Wonder Woman Series is Still Alive
\n" +
"";
document.write( articleData );
}
getCSNews();