<!-- 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 #1</TITLE> </HEAD>");
text += ("<BODY BGCOLOR =  '#FFFFFF'><CENTER><B><FONT FACE = 'Arial' SIZE = 4>");
text += ("<I>" +form.input2.value+ "</I><BR>4.5 Stars</FONT></B></CENTER><BR>");
text += ("<P>" +form.input1.value+ "'s directoral debut is a stunning adaptation of <I>" +form.input2.value+ "</I>. This version takes place during the Children's Crusade and stars the adorable " +form.input3.value+ " as Thomas, the twelve-year-old with a vision of Christendom and a heart of Christian gold. Yet " +form.input1.value+ " has managed to preserve every other plot element in <I>" +form.input2.value+ "</I>.");
text += ("<P>As the story unfolds, " +form.input3.value+ " disappears from importance as the hunky " +form.input4.value+ ", his good-looking brother, steals women's hearts and pagans' lives. This madcap romp through history, complete with loveable scamps and irrepressible tales of faith transform <I>" +form.input2.value+ "</I> from a mediocre work to pure genius. Be aware though, the violence and mature themes may not be suitable for all audiences.");
text += ("<P>" +form.input1.value+ ", perhaps best known for starring roles in <I>" +form.input5.value+ "</I> and <I>" +form.input6.value+ "</I>, has also signed on to produce an animated version of <I>" +form.input7.value+ "</I>, which is already receiving critical acclaim for its objective investigation of the history of its celebration, narrated by " +form.input8.value+ " the Wonder " +form.input9.value+ ". Look for that next " +form.input7.value+ ", of course.");
text += ("<P>Warning: Possibly scary for young children.");
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 -->
</SCRIPT>
