function getCSNews() {
var articleData = "\n" +
"- Jonas Brothers: The 3D Concert Experience - Deluxe Extended Movie (Blu-ray)
\n" +
"- The Pink Panther 2 (Blu-ray)
\n" +
"- Confessions of a Shopaholic
\n" +
"- Lost - The Complete First Season, The Complete Second Season (Blu-ray)
\n" +
"- Transformers: The Complete First Season
\n" +
"- 12 Rounds: Extreme Cut
\n" +
"- Nobel Son
\n" +
"- Defiance
\n" +
"- Revolutionary Road
\n" +
"- Driven to Kill
\n" +
"";
document.write( articleData );
}
getCSNews();