function getSHHNews() {
var articleData = "\n" +
"- Go Inside Arkham Asylum
\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" +
"- More From Michael Papajohn on Spider-Man 4
\n" +
"";
document.write( articleData );
}
getSHHNews();