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" +
"- Leonard Nimoy Talks Star Trek, Fringe
\n" +
"- Trailer for the Animated Dante's Inferno
\n" +
"- Halo Legends Animated Films Coming
\n" +
"- Welcome to the Fight Club Mayhem
\n" +
"- Transformers: Revenge of the Fallen Dominates the Charts
\n" +
"";
document.write( articleData );
}
getCSNews();