"); writeln ("
One day " + form.input1.value + " was driving down the road on his way to " + form.input2.value + ". He bagan to feel " + form.input3.value + ", so he dicided to stop off at " + form.input4.value + " Resturaunt for a good cooked " + form.input5.value + " . He pulls into the parking lot in his " + form.input6.value + " and goes in. He asks the waitress what the specials are. She says you can get a home cooks " + form.input5.value + " for only $3.95. He say great, let me go ahead and get " + form.input7.value + " of those and let me also get a nice hot cup of " + form.input8.value + " as well. On the way back to the table, the waitress trips and accidently spills the hot " + form.input8.value + " all over " + form.input1.value + "s " + form.input9.value + ". " + form.input10.value + "! he yells. You just burnt my " + form.input11.value + ". Oh I'm so sorry she says. Let me " + form.input12.value + " that " + form.input8.value + " off your " + form.input9.value + " and get some " + form.input13.value + " for that " + form.input11.value + " of yours. " + form.input14.value + "! You better not even think about coming near my " + form.input11.value + " with that " + form.input13.value + ". He runs out to his car and started back off to " + form.input2.value + ". ");
writeln ("
"); // needs a
to display last line, bug in JS
}
}
}
// -->