function getCSNews() {
var articleData = "\n" +
"- Bond 50 Blu-ray Set Coming September 25
\n" +
"- Exclusive Clips From the Iron Man and X-Men Anime DVDs
\n" +
"- Director Brad Bird on Mission: Impossible - Ghost Protocol
\n" +
"- The Tech of Mission: Impossible - Ghost Protocol
\n" +
"- Exclusive Mission: Impossible - Ghost Protocol Bonus Feature Clip
\n" +
"";
document.write( articleData );
}
getCSNews();