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