function getSHHNews() {
var articleData = "\n" +
"• Heroes Season Three Promo
\n" +
"• Brea Grant on Heroes' Speedster
\n" +
"• Brian Azzarello on Batman Gotham Knight
\n" +
"• Grab the Hancock Widget and Win!
\n" +
"• Buck Rogers is Coming to the Big Screen
\n" +
"• Lionsgate Picks Up Deal With the Devil
\n" +
"• Update: Speed Racer's First 7 Minutes!
\n" +
"• THQ and Marvel Developing Super Hero Squad Game
\n" +
"• Bruce Boxleitner Joins Heroes
\n" +
"• Update: G.I. Joe's Heavy Duty!
\n" +
"• Downey Jr. and Favreau on Iron Man 2
\n" +
"• No Hill in Transformers 2
\n" +
"";
document.write( articleData );
}
getSHHNews();