function getCSNews() {
var articleData = "\n" +
"- Steven Spielberg and Stephen King Team on Dome
\n" +
"- Sam Shepard to Star in EPIX's Tough Trade
\n" +
"- Chuck Returns on Sunday, January 10
\n" +
"- ABC Announces Lost Premiere!
\n" +
"- Jason Lee to Star in Clooney's Delta Blues
\n" +
"";
document.write( articleData );
}
getCSNews();