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" +
"- 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" +
"";
document.write( articleData );
}
getCSNews();