<!-- 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 reconsider your definition of love!');
text = ("<HEAD><TITLE>English 101 - Definition Essay on Love</TITLE> </HEAD>");
text += ("<BODY BGCOLOR =  '#FFFFFF'><CENTER><B><FONT FACE = 'Arial' SIZE = 4>");
text += ("English 101 Definition Essay<BR>Love</FONT></B></CENTER><BR>");
text += ("<P>Love can be defined in many ways. Some people love " +form.input1.value+ ", others love " +form.input2.value+ ", and some even love " +form.input3.value+ ". ");
text += ("They probably love those things differently than they love God, their lover, or " +form.input4.value+ ". So there's many different kinds of love: love of God, love of family, love of lover, and love of " +form.input5.value+ ".");
text += ("<P>'Jesus loves me, yes I know' is a song that shows the love between religious figures and their followers. God's love is unconditional. Even if you " +form.input6.value+ " or " +form.input7.value+ ", as long as you repent (or apologize), God will love you.");
text += ("<P>Your family is supposed to always love you, but it doesn't always work out that way. A lot of parents " +form.input8.value+ " with their kids. Luckily, my mom is usually a good mom. Sure, we fight about " +form.input9.value+ " like all other families. In the end, we do love each other. Friends fall into this category too.");
text += ("<P>I love my significant other very much. We've been together " +form.input10.value+ " weeks. According to " +form.input11.value+ ", some parents have sex with their kids and that's sick. Physical love should be reserved for someone you're not related to. Physical love is the " +form.input12.value+ " kind of love.");
text += ("<P>Love of " +form.input5.value+ " is completely different. It's a phrase that you just throw around. You don't really love " +form.input5.value+ "; you just like " +form.input5.value+ " a lot. I like " +form.input13.value+ ", but I'm not gonna devote my life to them. The nice thing about loving " +form.input13.value+ " is that they don't mind when you eat other foods instead of " +form.input13.value+ ", but I'd get in a lot of trouble if I 'cheated' like that on my significant other.");
text += ("<P>Love is different things to different people. Some people love " +form.input14.value+ " and others love " +form.input15.value+ ". We're all the same though: we all have the love of God, Mom, lover and " +form.input5.value+ ". As Martha Stewart might say, 'Love is a good thing.'");
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 -->
