function getCSNews() {
var articleData = "\n" +
"- New Colonel Quaritch Featurette for Avatar!
\n" +
"- New Kull Movie in the Works
\n" +
"- New Moon Breaks Dark Knight's Single Day Record
\n" +
"- 10 Animated Shorts Move Ahead in 2009 Oscar Race
\n" +
"- New Season of the Witch Trailer Online
\n" +
"";
document.write( articleData );
}
getCSNews();