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" +
"";
document.write( articleData );
}
getCSNews();