<!-- 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 feel upper class!');
text = ("<HEAD><TITLE>Celebrations/Society Pages: Entry #1</TITLE> </HEAD>");
text += ("<BODY BGCOLOR =  '#FFFFFF'><CENTER><B><FONT FACE = 'Arial' SIZE = 4>");
text += ("Glitzy Gala Brings Out Society's Best</FONT></B></CENTER><BR>");
text += ("<P>Last Friday the in-crowd of the arts world gathered to honor this year's top patrons. " +form.input1.value+ " and " +form.input2.value+ " emceed the annual " +form.input5.value+ " Area Arts Association's Local Heroes awards ceremony honoring " +form.input3.value+ " and " +form.input4.value+ " for their giftgiving.");
text += ("<P>" +form.input3.value+ " has been a dedicated member of the " +form.input5.value+ " Area Arts Association, donating her time and money to throwing those fabulous parties we all love. ");
text += ("<P>" +form.input4.value+ " has not slowed down a day though she celebrated her 87th birthday last month. ");
text += ("Her gift to the "  +form.input5.value+ " Area Arts Association, a bust of " +form.input3.value+ " by " +form.input6.value+ ", now beautifies the executive director's office.");
text += ("<P>Also in attendance at the ceremony were " +form.input7.value+ " and " +form.input8.value+ " of " +form.input14.value+ ", " +form.input9.value+ " and " +form.input10.value+ " of " +form.input15.value+ ", " +form.input11.value+ " and " +form.input12.value+ " of " +form.input16.value+ ", " +form.input17.value+ "'s daughter " +form.input18.value+ ", and the recently divorced " +form.input13.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 -->
