function getShockNews() {
var articleData = "\n" +
"• Late Summer Debut for Last Exorcism
\n" +
"• After Dark Announces Original Film Slate
\n" +
"• Weinsteins Give Thumbs Up to Zombie Diaries 2
\n" +
"• Update: Trailer & Distro Found for Best Worst Movie
\n" +
"• Update: Goldsman in Lead to Direct Paranormal Activity 2?
\n" +
"• EXCL: A Chat with Repo Men's Eric Garcia
\n" +
"• Control a Blonde and Keep Her Away from Freddy Krueger
\n" +
"• Magnet Drawn to Monsters
\n" +
"• Trailer: Pride and Prejudice and Zombies: Dawn of the Dreadfuls
\n" +
"• Barker Creating Cenobite for Hellraiser Documentary
\n" +
"• Producer: The Thing Prequel "Irresistible"
\n" +
"• Sasha Grey Says No to Sex in Hallows
\n" +
"";
document.write( articleData );
}
getShockNews();