function getSHHNews() {
var articleData = "\n" +
"- Is Marvel Moving Forward with Ant-Man?
\n" +
"- Christopher Nolan to Mentor New Superman Movie?
\n" +
"- Mark Millar on His Secret Superhero Movie
\n" +
"- TMNT and Gatchaman Studio Shuts Down
\n" +
"- Tim Robbins Joins Green Lantern Cast
\n" +
"- Reese and Wernick on Writing Deadpool
\n" +
"- Goyer and Jonah Nolan Writing Next Batman Movie?
\n" +
"- Johnston Talks Captain America Costume
\n" +
"- Favreau's Cowboys & Aliens Coming July 29, 2011
\n" +
"- Red Skull Confirmed as Captain America Villain
\n" +
"";
document.write( articleData );
}
getSHHNews();