function getShockNews() {
var articleData = "\n" +
"• First Stills from David Ellis' Asylum
\n" +
"• Lohan Out of Manson, Hippy
\n" +
"• Over 45 Photos from Mother of Tears!
\n" +
"• Fox Moving on a Donnie Darko Sequel?!
\n" +
"• Anaconda 3 Images Slither Online
\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" +
"";
document.write( articleData );
}
getShockNews();