function getCSNews() {
var articleData = "\n" +
"- ComingSoon.net's Toronto Film Festival Preview (Part 1)
\n" +
"- The Dark Knight Updates
\n" +
"- John Lennon Biopic in the Works
\n" +
"- It's a Lion! It's Huge! It's Voltron!
\n" +
"- The Full New Max Payne Trailer!
\n" +
"- New Saw V Poster Online
\n" +
"- Fox Searchlight & WB Team on Slumdog Millionaire
\n" +
"- Quantum of Solace: Ask Daniel Craig & Marc Forster Questions!
\n" +
"- Exclusive Sex Drive Photos
\n" +
"- Clooney Boards Reitman's Up in the Air
\n" +
"";
document.write( articleData );
}
getCSNews();