function rallyday_popup()
{
	var w = window.open('','Blemmished','width=330,height=400,scrollbars=yes,resizable=yes');
	var d = w.document;
	d.write('\
		<html><head><title>Faith Lutheran Church Rally Day</title><link rel=stylesheet href=styles.css type="text/css"></HEAD>\
		<body bgcolor="#9797AF"><FONT SIZE="2" FACE="Helvetica,sans-serif">\
		<center><b><i><font size="+1">Rally Day</font></i></center> \
		<p> \
		Put on your rally caps and cheer with us:<p> \
		<i>I want to go to Sunday school, Sunday school, \
		sing about God, learn about \
		Jesus, Sunday school.</i><p> \
		Join us as we rally behind God&acute;s promises on \
		Rally Day, Sunday September 8 at 9:15 AM, in the Sanctuary.<p> \
		Classes are:<br> \
		Room 105: Pre-K - Bernice Courtney, Kim Kicke<p> \
		Room 206: 1st-4th - Mary Beth Mieske<p> \
		Room 205: 5th-8th - Karen Schaefer<p> \
		Rec Room: 9th-12th - Jay Sager, Yvonne Carroll<p> \
		Room 208/209: Adult \
		<p>\
		<center><a href=\"javascript: self.close();\" OnClick=\"self.close();\">CLOSE WINDOW</a></center></font>');
	d.close();
	w.focus();
}