function getCSNews() {
var articleData = "\n" +
"- Exclusive Deadline Trailer and Photos
\n" +
"- Exclusive Fight Club: 10th Anniversary Edition Blu-ray Clip
\n" +
"- J.J. Abrams on Star Trek 2 & Mission: Impossible IV
\n" +
"- Cho Thinks Khan Should be the Star Trek 2 Villain
\n" +
"- Zoe Saldana on Avatar, The Losers & Star Trek
\n" +
"";
document.write( articleData );
}
getCSNews();