function getShockNews() {
var articleData = "\n" +
"• Djawadi Set to Score The Unborn
\n" +
"• Lionsgate Signs Deal with the Devil
\n" +
"• Verbinkski Directing Bioshock for Universal
\n" +
"• Vendetta Helmer Has a Revelation
\n" +
"• EXCL: Hybrid vs. Hybrid
\n" +
"• The Plague Town Teaser Poster!
\n" +
"• Myriad In the Driver's Seat for Night
\n" +
"• Na's Got a Murderer On His Mind
\n" +
"• Romero Still Haunted By the Supernatural in Hell
\n" +
"• Quaid, Foster Rocket into Pandorum
\n" +
"• Eight Stills from The Tattooist
\n" +
"• Sierra Exhumes Mummy Video Game
\n" +
"";
document.write( articleData );
}
getShockNews();