function showInd () {
if (!document.getElementById) return true;
setTimeout(function(){window.location.href='about_woodford_dental.html'},43000);  
var mujump=document;

mujump.onclick = function Jump()
{
	window.location.href = ('about_woodford_dental.html');
}
 return false;
}

window.onload = showInd;