function getCSNews() {
var articleData = "\n" +
"- Joe Johnston Talks Jurassic Park 4
\n" +
"- Twisted Pictures Takes Sorrow Screen Rights
\n" +
"- Paltrow is Joining Kidman in The Danish Girl
\n" +
"- Achieving the Look of Fantastic Mr. Fox
\n" +
"- Official Kick-Ass Site Launched, Trailer Coming!
\n" +
"";
document.write( articleData );
}
getCSNews();