function getWorstPreviewsContent() {
var wpContent = "\n" +
"- \"Terminator Salvation\" Toys Reveal Cyborg Character
\n" +
"- \"Ninja Assassin\" Fight Choreography Video
\n" +
"- Terrible \"Street Fighter: Legend of Chun-Li\" Poster
\n" +
"- Super Bowl \"Monsters vs Aliens\" 3D Trailer Promo
\n" +
"- Batman's Commissioner Gordon Dead at 84
\n" +
"";
document.write(wpContent);
}
getWorstPreviewsContent();