function getShockNews() {
var articleData = "\n" +
"• EXCL: Sorority Row, The Roommate's Matt Lanter
\n" +
"• Sheri, Chase Rehearse in Halloween 2 Photo
\n" +
"• Exorcise the Spirit, Win a Rogue DVD Prize Pack!
\n" +
"• First Look: Melissa George in Triangle
\n" +
"• Descent 2, Demons Photos & More!
\n" +
"• Hardy's Cowboys for Christ Rides On!
\n" +
"• Update: The Retro One-Sheet for The Collector!
\n" +
"• Grisly New Photos from The Final Destination
\n" +
"• Update: Predators Director Confirmed By Rodriguez
\n" +
"• Piranha 3-D Set Visit: Greg Nicotero Interview
\n" +
"• Here's Where You Can Spill Some Blood
\n" +
"• The Final One-Sheet for Sorority Row
\n" +
"";
document.write( articleData );
}
getShockNews();