function getSHHNews() {
var articleData = "\n" +
"• Stan Lee to Appear in the Venom Spin-Off
\n" +
"• Tony Stark's Iron Man 2 GP Racer
\n" +
"• Go Inside Arkham Asylum
\n" +
"• Marvel: Ultimate Alliance 2 VIP Community Launched
\n" +
"• Exclusive Surrogates One-Sheet!
\n" +
"• Transformers Up to $448.4 Million Worldwide
\n" +
"• Kick-Ass Footage to Premiere at Comic-Con
\n" +
"• G.I. Joe: The Rise of Cobra Hometown Screening Contest
\n" +
"• The Green Hornet Gets Pushed Two Weeks
\n" +
"• G.I. Joe: The Rise of Cobra Advances on 7-Eleven Stores
\n" +
"• Rodriguez to Have Bigger Role in Transformers 3
\n" +
"• Bay's Giant Robot Sequel Blows Up the Box Office!
\n" +
"";
document.write( articleData );
}
getSHHNews();