function getCSNews() {
var articleData = "\n" +
"- Exclusive Freakonomics TV Spot
\n" +
"- Emma Bell to Star in Final Destination 5
\n" +
"- Anthony Mackie May Join Worthington On a Ledge
\n" +
"- Neil Gaiman's Sandman Television Series in Development
\n" +
"- Paula Patton Cast in Mission: Impossible
\n" +
"";
document.write( articleData );
}
getCSNews();