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