var urlPage = document.URL;
var pageSt = urlPage.lastIndexOf("/");
var page = urlPage.substr(pageSt + 1, 30);
//document.write(pageSt + " " + page);
document.write("<TR BGCOLOR='#336699'>\n");
document.write("<TD VALIGN=MIDDLE ALIGN=CENTER WIDTH='20%' HEIGHT='117'>\n");
document.write("<A HREF='../index.html' title='Home'><FONT face='Arial' size='2' color='#ffffff'>\n");
document.write("<IMG HEIGHT='117' SRC='images/recsealnew.gif' WIDTH='117' BORDER='0' alt='Logo - Recorder Seal'>\n");
document.write("</FONT></A>\n");
document.write("</TD>\n");
document.write("<TD VALIGN=MIDDLE ALIGN=CENTER WIDTH='60%'>\n");
document.write("<P><FONT face='times new roman' SIZE='+3' COLOR='#FFFFFF'>\n");
document.write("<B>Pima County<BR>Recorder\'s Office</B>\n");
document.write("</FONT></P><BR><P><FONT COLOR='#FFFFFF' face='arial' size='3'>\n");

switch (page.substring(0, 18)) {
	case "research.html":
	case "pub_research.html":
		document.write("<B>Document Research</B></FONT></P></TD>\n")
		break
	case "login.htm":
	case "pub_login.htm":
		document.write("<B>Login</B></FONT></P></TD>\n")
		break
	case "recyear.html":
	case "recyear_doc.html":
	case "recyear_pages.html":
		document.write("<B>Recording Statistics</B></FONT></P></TD>\n")
		break
	case "voter_totals.html":
		document.write("<B>Voter Registration Totals by District</B></FONT></P></TD>\n");
		break
	default:
		document.write("<B>&nbsp;</B></FONT></P></TD>\n");
}

document.write("<TD VALIGN=MIDDLE ALIGN=CENTER WIDTH='20%'>\n");
document.write("<FONT Face='Arial' SIZE='2' COLOR='#FFFFFF'>\n");
document.write("<B>Recorder</B>\n");
document.write("</FONT><BR>\n");
document.write("<A HREF='images/fann.html' title='F.Ann Rodriguez, Pima County Recorder'><FONT face='Arial' size='2' color='#ffffff'>\n");
document.write("<IMG HEIGHT='96' ALT='F.Ann Rodriguez, Pima County Recorder' SRC='images/fannnew.gif' WIDTH='68' BORDER='0'>\n");
document.write("</FONT></A><BR>\n");
document.write("<FONT Face='Arial' SIZE='2' COLOR='#FFFFFF'>\n");
document.write("<B>F. Ann Rodriguez</B>\n");
document.write("</FONT><BR></TD>\n");
document.write("</TR>\n");
