Find a lawyer for affordable legal aid – ODISHADJS

Find a lawyer for affordable legal aid

function initialize() { setTimeout(scrollDownToFooter, 1000); // Start scrolling down after 1 second }

function scrollDownToFooter() { if (isScrolledToBottom()) { setTimeout(waitAtFooter, 1000); // Wait at footer for 1 second } else { window.scrollTo(0, currentpos + downspeed); currentpos += downspeed; setTimeout(scrollDownToFooter, 20); } }

function waitAtFooter() { setTimeout(scrollUpToHeader, 1000); // Scroll up after 1 second at footer }

function scrollUpToHeader() { if (currentpos <= 0) { setTimeout(refreshPage, 1000); // Refresh after 1 second at the top } else { window.scrollTo(0, currentpos - downspeed); currentpos -= downspeed; setTimeout(scrollUpToHeader, 20); } } function isScrolledToBottom() { return (window.innerHeight + window.scrollY) >= (document.body.offsetHeight - footerHeight); }

function refreshPage() { location.reload(true); // true forces a reload from the server }

window.onload = initialize;

Find pro bono lawyers and free and low-cost legal help

These programs offer a variety of ways to get legal aid. Some limit their services to people with low incomes. Search for help in your state and find contact information using your zip code or address.

Leave a Comment