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