");
text += ("Jacques was a seal-point Himalayan from " +form.input1.value+ ". ");
text += ("For " +form.input2.value+ " years, he had enjoyed a peaceful existence with his owner, Bob. ");
text += ("Jacques and Bob would spend hours playing with toy " +form.input3.value+ ". ");
text += ("Life was good.
");
text += ("One Saturday morning, Bob showed up with a very " +form.input4.value+ " box. ");
text += ("As Jacques moved closer to investigate, out popped this " +form.input5.value+ " Persian. ");
text += ("Jacques was horrified and tried to hide behind the " +form.input6.value+ ". ");
text += ("Bob quickly announced, 'Jacques, I'd like you to meet Gnat!'
");
text += ("Gnat was appropriately named. ");
text += ("She was always stealing " +form.input7.value+ " from Jacques. ");
text += ("Sometimes she would bat " +form.input8.value+ " at him while he was sleeping. ");
text += ("And the worst... she used the litter box " +form.input9.value+ " times a day. ");
text += ("Jacques was quickly tiring of Gnat..
");
text += ("Several weeks later, Bob lost his mind and purchased 12 " +form.input10.value+ ". ");
text += ("They terrorized Gnat and kept her so busy that she no longer had time to annoy Jacques. ");
msgWindow=window.open("","displayWindow","toolbar=no,width=375,height=480,directories=no,status=no,scrollbars=yes,resize=no,menubar=no")
msgWindow.document.write(text)
msgWindow.document.close()
}
}
// End -->