function getCSNews() {
var articleData = "\n" +
"- Jason Gedrick Slices Into Season 7 of Dexter
\n" +
"- AMC Announces Its Summer Programming Slate
\n" +
"- Community Creator Dan Harmon Removed as Showrunner
\n" +
"- First Trailer for The CW's Arrow
\n" +
"- First 10 Minutes of Teen Wolf Season 2
\n" +
"";
document.write( articleData );
}
getCSNews();