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" +
"- First Teaser for The CW's Arrow
\n" +
"- The CW Announces 2012 - 2013 Fall Schedule
\n" +
"- DC Comics Adaptation Arrow Debuts a New Still
\n" +
"- CBS Announces 2012 - 2013 Primetime Schedule
\n" +
"- TBS and TNT Announce Bold Strategy at Upfront
\n" +
"";
document.write( articleData );
}
getCSNews();