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" +
"- Jaws is Coming to Blu-ray on August 14
\n" +
"- Sam Raimi's Spider-Man Trilogy Gets a Blu-ray Reissue
\n" +
"- The Trailer for this Summer's Starship Troopers: Invasion
\n" +
"- Twilight: Breaking Dawn - Part 1 Passes 5 Million DVD and Blu-ray Units Sold
\n" +
"- Spielberg's War Horse Comes Home on April 3
\n" +
"";
document.write( articleData );
}
getCSNews();