");
text += ("Flabby was a red tabby Persian who loved to eat " +form.input1.value+ " meat. ");
text += ("Unfortunately, the adored meat had pushed Flabby's weight up to 27 pounds. ");
text += ("So his owner had no choice but to put Flabby on a diet.
");
text += ("At first, the diet didn't seem too unpleasant. ");
text += ("For brunch, Flabby feasted on " +form.input2.value+ " and loved every bite. ");
text += ("But he was not so lucky at dinnertime. ");
text += ("Flabby's owner would crush up bits of " +form.input3.value+ " and mix them up with tuna. ");
text += ("To make matters worse, Flabby was expected to burn some calories. ");
text += ("Every night, he was subjected to an exhausting evening of " +form.input4.value+ ".
");
text += ("Weeks passed, and Flabby's superfluous pounds disappeared. ");
text += ("His owner was so proud that she gathered some 'before' and 'after' pictures of Flabby and sent them to " +form.input5.value+ ". ");
text += ("The network aired a special feature about Flabby and his " +form.input6.value+ " new figure!
");
text += ("Flabby may be famous but he still has to avoid " +form.input1.value+ " meat! ");
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 -->