function getWorstPreviewsContent() {
var wpContent = "\n" +
"- \"Avatar\" and \"Titanic\" to be Re-Released in Theaters
\n" +
"- Hugo Weaving is Red Skull in \"Captain America\"
\n" +
"- Full-Length \"Shrek Forever After\" Trailer
\n" +
"- Corey Haim Was Planning \"License to Drive\" Trilogy
\n" +
"- First Look: Pixar's \"Day and Night\" Short
\n" +
"";
document.write(wpContent);
}
getWorstPreviewsContent();