function getWorstPreviewsContent() {
var wpContent = "\n" +
"- \"Twilight Saga: New Moon\" Already Breaking Records
\n" +
"- Nicolas Cage's Full \"Season of the Witch\" Trailer
\n" +
"- Michael Bay Will NOT Kill Off Megan Fox in \"Transformers 3\"
\n" +
"- Asylum Announces \"Paranormal Entity\"
\n" +
"- Domestic \"Percy Jackson and The Olympians\" Trailer
\n" +
"";
document.write(wpContent);
}
getWorstPreviewsContent();