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" +
"- The Jacksons: A Family Dynasty to Premiere Dec. 13
\n" +
"- Achieving the Look of Fantastic Mr. Fox
\n" +
"- Official Kick-Ass Site Launched, Trailer Coming!
\n" +
"- Faris, Aykroyd and Timberlake Board Yogi Bear
\n" +
"- Bradley Cooper Set for Dark Fields
\n" +
"- Ashley Greene to Star in The Apparition
\n" +
"- Isla Fisher May Star in Desperados
\n" +
"";
document.write( articleData );
}
getCSNews();