<!-- 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 a stalker . . .');
text = ("<HEAD><TITLE>Celebrations/Society Pages: Entry #1</TITLE> </HEAD>");
text += ("<BODY BGCOLOR =  '#FFFFFF'><CENTER><B><FONT FACE = 'Arial' SIZE = 4>");
text += ("Love Letter</FONT></B></CENTER><BR>");
text += ("<P>Dear " +form.input1.value+ ", <P> I've watched you for " +form.input2.value+ " days straight. I love the way you turn your house key in the lock. I could make you so very " +form.input3.value+ " someday. I know all of your favorite things: " +form.input4.value+ ", " +form.input5.value+ " and " +form.input6.value+ ". ");
text += ("I can give you all that and more. Love me. I would never make you  " +form.input7.value+ " or " +form.input8.value+ " if you didn't want to. Even if you did want to, I'd make sure you wouldn't muss your " +form.input9.value+ " hair and " +form.input10.value+ " clothes. I hope you don't find this disturbing, but I must " +form.input11.value+ " these feelings to you. <P> Completely yours, <br> " +form.input12.value+ "  ");

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 -->
