function getWorstPreviewsContent() {
var wpContent = "\n" +
"- Aliens in \"Battleship\" Movie?
\n" +
"- Joe Johnson on Directing \"Jurassic Park 4\"
\n" +
"- \"Slammin' Salmon\" Trailer is Here
\n" +
"- First Look: \"30 Days of Night\" Sequel
\n" +
"- \"The Wolfman\" was Hiding in the Second Poster
\n" +
"";
document.write(wpContent);
}
getWorstPreviewsContent();