function getCSNews() {
var articleData = "\n" +
"- Rob Zombie Returning for Halloween 2?
\n" +
"- More Details on the New Apes Film
\n" +
"- Overture, Bigger Boat are Going Short
\n" +
"- 3rd Spirit Featurette & 3 International Spots
\n" +
"- George Miller Officially Off Justice League
\n" +
"- Exclusive: 23 Minutes in Heaven with Kate Beckinsale
\n" +
"- It's Beginning to Look a Lot Like Christmases
\n" +
"- Bruno Heller Hoping for a Rome Feature
\n" +
"- Fame's Instructors and Supervisors Cast
\n" +
"- Benderspink Acquires The Straw Men
\n" +
"";
document.write( articleData );
}
getCSNews();