function getSHHNews() {
var articleData = "\n" +
"• James McTeigue on Making a DC Superhero Movie
\n" +
"• Natalie Portman on Why She Did Thor
\n" +
"• New Kull Movie in the Works
\n" +
"• Smallville Promo Shows Justice Society Members
\n" +
"• New Moon Breaks Dark Knight's Single Day Record
\n" +
"• New Moon Beats Harry Potter and Batman
\n" +
"• International Featurette on Sherlock Holmes
\n" +
"• Bay Not Killing Off Fox in Transformers 3
\n" +
"• Peter Iliff to Write American Gladiators
\n" +
"• Idris Elba to Play Heimdall in Thor
\n" +
"• Chuck Taking Over Heroes' Timeslot
\n" +
"• Iron Man 2 Trailer with Sherlock Holmes?
\n" +
"";
document.write( articleData );
}
getSHHNews();