function getCSNews() {
var articleData = "\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" +
"- Fox Moves Australia Release Back
\n" +
"- WALL•E Hitting DVD and Blu-ray Nov. 18
\n" +
"";
document.write( articleData );
}
getCSNews();