"); writeln ("
Medical Science has determined that smoking cigarettes causes " + form.input1.value + ". It is also bad for your " + form.input2.value + " and causes pains in the " + form.input3.value + ".
When mice and dogs were exposed to " + form.input4.value + " cigarette smoke, they developed " + form.input5.value + "'s disease. Tobacco companies have put " + form.input6.value + " on the ends of cigarettes, but they still spend many millions of " + form.input7.value + " advertising their " + form.input8.value + " product.
If you smoke cigarettes, the tobacco will leave all kinds of tar and "
+ form.input9.value + " in your lungs. This will make you cough and say ""
+ form.input10.value + "!" Don't smoke cigarettes. Remember, only "
+ form.input11.value + " smoke. ");
writeln ("
"); // needs a
to display last line, bug in JS
}
}
}
// -->