function getCSNews() {
var articleData = "\n" +
"- The Maiden Heist
\n" +
"- Brüno (Blu-ray)
\n" +
"- Gone with the Wind (70th Anniversary) (Blu-ray)
\n" +
"- Justice League: The Complete Series
\n" +
"- Logan's Run (Blu-ray)
\n" +
"- Monsters Inc. (Blu-ray)
\n" +
"- Up (Blu-ray)
\n" +
"- Aliens in the Attic
\n" +
"- Forrest Gump (Sapphire Series) (Blu-ray)
\n" +
"- G.I. Joe: Resolute
\n" +
"";
document.write( articleData );
}
getCSNews();