function handleReview(theForm)
{
	theForm.action = "http://catalog.cincinnatilibrary.org/uhtbin/cgisirsi/x/0/0/30"; //Review My Account
	theForm.submit();
}
function handleUpdate(theForm)
{
	theForm.action = "/account/update.asp"; //Change Address, Notification
	theForm.submit();
}
