function getCSNews() {
var articleData = "\n" +
"- 10 Animated Shorts Move Ahead in 2009 Oscar Race
\n" +
"- New Season of the Witch Trailer Online
\n" +
"- New Moon Breaks Midnight Opening Record!
\n" +
"- International Featurette on Sherlock Holmes
\n" +
"- Domestic Trailer for Percy Jackson & The Olympians
\n" +
"";
document.write( articleData );
}
getCSNews();