//This function allows ASP.NET users to search la.gov

function searchLAGov()
{
  document.forms[0].action="http://search.louisiana.gov"; 
}