function getCSNews() {
var articleData = "\n" +
"- NY and LA The Amazing Spider-Man Event VIP Passes Giveaway!
\n" +
"- RIP Actor Ben Gazzara, Dead at 81
\n" +
"- The Oscar Warrior: Hollywood Celebrates Itself!
\n" +
"- Interview: The Woman in Black Director James Watkins
\n" +
"- New Avengers Promo Banners, Loki Pic, Hulk Figure and Minimates
\n" +
"- Al Pacino to Voice the Villain of Despicable Me 2
\n" +
"- Jane Levy Lands Lead Role in Evil Dead Remake
\n" +
"- Mark Ruffalo and Scarlett Johansson to Star in Can a Song Save Your Life?
\n" +
"- James Bond in Action on the Skyfall Set
\n" +
"- More Photos From Snow White and the Huntsman
\n" +
"";
document.write( articleData );
}
getCSNews();