<!-- Begin
function CreateWindow() {
msgWindow=window.open("","displayWindow","toolbar=no,width=350,height=400,directories=no,status=no,scrollbars=no,resize=no,menubar=no")
}  
function create(form) {
var start="go";
if (start=="go") {
alert('Get ready to be persuaded ...');
text = ("<HEAD><TITLE>English 101 - Problem/Solution Essay </TITLE> </HEAD>");
text += ("<BODY BGCOLOR =  '#FFFFFF'><CENTER><B><FONT FACE = 'Arial' SIZE = 4>");
text += ("English 101 Problem/Solution Essay<BR>Why  " +form.input1.value+ " is bad</FONT></B></CENTER><BR>");
text += ("<P>In today's society, " +form.input1.value+ " is a big problem. I think " +form.input1.value+ " can be good or bad, but it's usually bad.  ");
text += ("For example, " +form.input1.value+ " is good when it benefits one group, but bad when it doesn't. In this essay, I will talk about how " +form.input1.value+ " is bad and should be changed. ");
text += ("<P>One reason why " +form.input1.value+ " is bad is because it is unfair. ");
text += ("Not everyone has the same advantages in life, like a " +form.input2.value+ " " +form.input3.value+ " and " +form.input4.value+ " " +form.input5.value+ ". ");
text += ("A guy I know dropped out of school and he doesn't have a "  +form.input5.value+ ". I think it's because of " +form.input1.value+ ". ");
text += ("<P>This girl I knew became " +form.input6.value+ " because of " +form.input1.value+ ". ");
text += ("This was a very " +form.input7.value+ " day for her at first. Her dad got pissed. ");
text += ("He was very controlling. Their fight was all because of " +form.input1.value+ ".");
text += ("<P>One reason why " +form.input1.value+ " exists is because the nation is morally declining. ");
text += ("Television is full of shows that make " +form.input1.value+ " seem funny, but it's not a laughing matter. ");
text += ("One episode of '" +form.input8.value+ "' (but I don't remember which one) has the main character tell a joke that revolves around " +form.input1.value+ ". That's not amusing in the least. ");
text += ("Freud knew that jokes were often signs of deep-set emotional problems, and I think any one who is guilty of " +form.input1.value+ " has some issues.");
text += ("<P>Now that I have proven " +form.input1.value+ " is a problem, I have to come up with solutions. I think we need to ban " +form.input1.value+ ". ");
text += ( "You should write your Congressman about " +form.input1.value+ " and tell him how bad " +form.input1.value+ " is.");
text += ("You can also avoid " +form.input1.value+ " yourself. Act locally and globally to prevent " +form.input1.value+ " from getting any worse.");
text += ("<P><P><P><P><P><CENTER><FONT SIZE = -1>Thanks for playing nicely with others at www.postmodernvillage.com</FONT></CENTER>");
msgWindow=window.open("","displayWindow","toolbar=no,width=500,height=480,directories=no,status=no,scrollbars=yes,resize=no,menubar=yes")
msgWindow.document.write(text)
msgWindow.document.close()
   }
}
// End -->
