<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin 
function create(form) {        
if (confirm("You may have to do some additional editing.  We're still working the kinks out of our Automatic Review Generation Helper (ARGH).")) {        
storyWin = window.open("","StoryWin","toolbar=no,width=500,height=400,directories=no,status=yes,scrollbars=yes,resize=no,menubar=no");                
with (storyWin.document) {                 
writeln ("<P> Born in " + form.input4.value + ", the " + form.input5.value + " year old composer, " + form.input1.value + " " + form.input2.value + ", writes music infused with both " + form.input6.value + " innocence and " + form.input7.value + " weariness. Some audiences are not quite sure what to make of the " + form.input8.value + " intensity of " + form.input3.value + " style, but the " + form.input9.value + " listener will appreciate the music's " + form.input10.value + " subtelty. Indeed, " + form.input2.value + "'s music has evolved immensely over the course of " + form.input3.value + " " + form.input0.value + "-year career, ensuring " + form.input3.value + " place in the lineage of great composers like Bach, Beethoven, and " + form.input11.value + ". </P>");    
writeln ("<BR />");
writeln ("<BR />");
      }        
   }
}
// End -->