function getCSNews() {
var articleData = "\n" +
"- Juan Antonio Bayona to Direct Showtime's Penny Dreadful
\n" +
"- Watch the Ray Donovan Series Premiere
\n" +
"- FX Casts John Hurt in The Strain
\n" +
"- Disney Channel Orders Girl Meets World to Series
\n" +
"- CBS Reveals 2013-2014 Premiere Dates
\n" +
"- Netflix to Premiere DreamWorks Animation's Branded Slate of Series
\n" +
"- Comic-Con: Twentieth Century Fox Television Announces Line-Up
\n" +
"- Vikings Adds Alexander Ludwig and Linus Roache
\n" +
"- Winners of the 3rd Annual Critics' Choice Television Awards
\n" +
"- Feast on a True Blood Season 6 Clip Trailer
\n" +
"";
document.write( articleData );
}
getCSNews();