function getCSNews() {
var articleData = "\n" +
"- The Jacksons: A Family Dynasty to Premiere Dec. 13
\n" +
"- J.J. Abrams to Direct NBC's Undercovers
\n" +
"- 2012 TV Series in the Works
\n" +
"- Fox Developing CIA Thriller
\n" +
"- TNT Picks Up Acclaimed Drama Southland
\n" +
"";
document.write( articleData );
}
getCSNews();