<!-- Hide this script from JavaScript-challenged browsers --
function redirect () 
{ 
setTimeout("go_now()",5000); 
}
function go_now ()   
{ 
window.location.href = "http://www.findon.com/local_organisations/local_organisations.htm"; 
}
// Done hiding -->
