function privacy() { var 
newWindow=window.open("", "newwin","height=460,width=500"); 
newWindow.document.write("<html><head><title>Mount Moriah Baptist Church - Privacy</title><link href=\"http://www.mountmoriahbaptist.net/mmbc1.css\" rel=\"stylesheet\" type=\"text/css\"></HEAD><BODY style=\"background-color:#336699\"><div class=\"outer\" style=\"width:450px;\">")
newWindow.document.write("<div class=\"framed\"><h1>Privacy Statement</h1><p style=\"margin-left:5px; margin-right:5px\">When you enter your e-mail address, phone number, and name into this form, the data is not collected for any purpose other than to provide the recipient of your message with a way to reply to you.</p>")
newWindow.document.write("<p style=\"margin-left:5px; margin-right:5px\">You may choose to send an anonymous message by not filling out the name, e-mail, or phone number fields. No additional data about you is sent to the recipient. However, the recipient cannot reply to you if he doesn't know who you are.</p>")
newWindow.document.write("<p style=\"margin-left:5px; margin-right:5px\">The website does log information about you that <strong>cannot</strong> be traced by the webmaster or your e-mail recipients. However, if your message is criminal in nature, the additional data will be turned over to the proper authorities who will be able to trace you through that data.</p>")
newWindow.document.write("<p style=\"margin-left:5px; margin-right:5px\">Your message is private. It is sent only to the church staff whose boxes you check.</p>")
newWindow.document.write("</div></div></body></html>")
newWindow.document.close();
newWindow.focus();
}