function getShockNews() {
var articleData = "\n" +
"• Interview: Rick Baker Opens Up About The Wolfman
\n" +
"• Special Features Revealed For Sorority Row
\n" +
"• Name Change: Sophie Monk's Pearblossom Now Life Blood
\n" +
"• Tease of The Vampire Diaries: Fool Me Once
\n" +
"• Trailer, Clip From Supernatural: My Bloody Valentine
\n" +
"• Frozen Expands; Help Get It In A Theater Near You!
\n" +
"• Rachel Weisz Latest To Move Into Dream House
\n" +
"• Soderbergh Plans Virus Outbreak in Contagion
\n" +
"• Firm Release Date for Chain Letter
\n" +
"• Missed It? Here's the Wolfman Superbowl Spot
\n" +
"• Exclusive Interview: Frank Henenlotter!
\n" +
"• Is Saw VII the Final Chapter?
\n" +
"";
document.write( articleData );
}
getShockNews();