<!-- Begin
function CreateWindow() {
msgWindow=window.open("","displayWindow","toolbar=no,width=350,height=400,directories=no,status=no,scrollbars=no,resize=no,menubar=no")
}  
function create(form) {
var start="go";
if (start=="go") {
alert('Get ready to criticize!');
text = ("<HEAD><TITLE>Movie Review #2</TITLE> </HEAD>");
text += ("<BODY BGCOLOR =  '#FFFFFF'><CENTER><B><FONT FACE = 'Arial' SIZE = 4>");
text += ("<I>" +form.input2.value+ "</I><BR>No Stars</FONT></B></CENTER><BR>");
text += ("<P> Not since <I>Crash</I> has a movie this dreadful received so much undue adulation. " +form.input1.value+ "'s remake of <I>" +form.input2.value+ "</I> is a horrible mess; not only is such a remake unnecessary, it descends here into mere copycatism. Through no fault of the film's stars, " +form.input3.value+ " and " +form.input4.value+ ", both acting at the top of their form, this film is utter garbage and if I don't hear that hollow clink of a film can hitting the inside of a garbage pail very soon, I'll personally throw " +form.input1.value+ " there myself.");
text += ("<P>First off <I>" +form.input2.value+ "</I> never should have been chosen as remake material. It's an awful film and has been since it left the idea man's lips. The only saving grace about the original was the fabulous costuming by " +form.input5.value+ " and the intriguing, if anachronistic, set design by " +form.input6.value+ ". ");
text += ("But here, that background interest is completely removed. The new version of <I>" +form.input2.value+ "</I> is an utter waste of time, effort, and money. At least Ed Wood movies are entertaining, but this attempt is merely pathetic. I'd rather watch <I>" +form.input7.value+ "</I> while " +form.input8.value+ " hums '" +form.input9.value+ "' in the background than watch this piece of crap again.");
text += ("<P><P><P><P><P><CENTER><FONT SIZE = -1>Thanks for playing nicely with others at www.postmodernvillage.com</FONT></CENTER>");
msgWindow=window.open("","displayWindow","toolbar=no,width=500,height=480,directories=no,status=no,scrollbars=yes,resize=no,menubar=yes")
msgWindow.document.write(text)
msgWindow.document.close()
   }
}
// End -->
