function getCSNews() {
var articleData = "\n" +
"- Martin Scorsese's Hugo Hits Blu-ray and DVD on Feb. 28
\n" +
"- Exclusive: The First 7 Minutes of Drive
\n" +
"- Exclusive Transformers: Dark of the Moon Ultimate Edition Bonus Clip
\n" +
"- Paranormal Activity 3 Promo with Two New DVD Clips
\n" +
"- Warner Bros. Extends Netflix Window to 56 Days
\n" +
"- Universal Pictures Announces 100th Anniversary Plans
\n" +
"- Exclusive The Scorpion King 3: Battle for Redemption Gag Reel
\n" +
"- Clips From Next Week's The Scorpion King 3: Battle for Redemption
\n" +
"- Twilight: Breaking Dawn - Part 1 Hitting Blu-ray and DVD on Feb. 11
\n" +
"- Transformers: Dark of the Moon Ultimate Edition Blu-ray 3D Coming Jan. 31
\n" +
"";
document.write( articleData );
}
getCSNews();