function photoheader() {
document.write ("<center>\r\n");
document.write ("<table BORDER width=600><tr><td><img src=\"ramcharging.gif\" align=right>\r\n");
document.write ("<center><b><font face=\"BazoukSSK\"><font size=+3>The Great RAM Search!</font></font></b>\r\n");
document.write ("<hr WIDTH=\"300\">\r\n");
document.write ("<img SRC=\"found.gif\" height=19 width=20>\r\n");
document.write ("<font size=+1>- We FOUND them!<br>\r\n");
document.write ("<img SRC=\"missing.gif\" height=19 width=20>- Help! They are MISSING!\r\n");
document.write ("<br>Submit all names, addresses, phone numbers and email to this \r\n");
document.write ("<a href=\"form.html\">form</a>\r\n");
document.write ("</center>\r\n");
document.write ("</td></tr></table>\r\n");
document.write ("</center>\r\n");
}

