<!-- 
function create(form) {        
        if (confirm("Are you sure?")){        
                        storyWin = window.open("",                               
                                                                "StoryWin",                               
                                                                "toolbar=yes,width=329,height=329,directories=no,status=yes,scrollbars=yes,resize=no,menubar=no");                
                        with (storyWin.document) {                 
                        writeln ("<head><title>A Joey Madlib!</title></head><body background = 'stars5.jpg'><CENTER><FONT COLOR = #000000 SIZE =5><B>Your Joey Madlib!</B></FONT></CENTER></body>");                 
                        writeln ("<P><CENTER><FONT COLOR = #000000 SIZE =4><B> One day while Joey was " + form.input1.value + " in the " +  form.input2.value + " a " + form.input3.value + " " + form.input4.value + " came to his door.  When he opened it a " + form.input5.value + " was standing there with her holding a </b>");                
                        writeln ("<b>" + form.input6.value + ".  Then they ran into the " + form.input7.value + " and started  " + form.input8.value + " right in front of Joey.  Joe was so surprised he was " + form.input9.value + " and  " + form.input10.value + "!  </b>");                
                        writeln ("<b>  Then Joe offered them a glass of " + form.input11.value + " .  When they started " + form.input12.value + " all over him, he got fed up and threw the " + form.input4.value + " out of the house and told both of them to never come back!  So they turned around and began " + form.input13.value + " at Joe!</b>");                
                        writeln ("<BR>"); // needs a <BR> to display last line, bug in JS                
                        }        
        }
}
// -->
