function getCSNews() {
var articleData = "\n" +
"- Avatar Hits Blu-ray and DVD on April 22
\n" +
"- Death Race 2 Starts Principal Photography
\n" +
"- Update: Cameron Talks Avatar Blu-ray/DVD Releases and Sequel
\n" +
"- Exclusive Gentlemen Broncos Bonus Clip
\n" +
"- The Twilight Saga: New Moon Hits DVD and Blu-ray March 20
\n" +
"- Official Site Launched for Smokin' Aces 2: Assassins' Ball
\n" +
"- The Hangover Now the #1 Comedy of All-Time on DVD
\n" +
"- Panasonic Introduces Full HD 3D Technology
\n" +
"- Sony Debuting New Blu-ray Players with 3D Viewing
\n" +
"- Sony Announces BRAVIA LCD HDTV Line Featuring 3D
\n" +
"";
document.write( articleData );
}
getCSNews();