<!--
// This code supports the home page of Richard Lawhorn

function Status(mess){
    window.status=mess;
    }

function StatusClear(){
    window.status='';
    }

//-->
