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" +
"- Mitchell and Lost Producers on Juliet's Fate
\n" +
"- Neveldine and Taylor to Go Berserk for Zeroes
\n" +
"- Glen Morgan Adapting Gunplay Comic
\n" +
"- Ian McKellen to Star in The Academy
\n" +
"- Fox Orders Sixth Season of American Dad
\n" +
"";
document.write( articleData );
}
getCSNews();