var sRedir = 'http://www.co.dekalb.in.us';
function doredirect(sRedir) {
	document.location=sRedir;
}
document.body.innerHTML  = "<p>The former contents of this page are no longer current, and have have been designated as obsolete.  If you are not automatically redirected, please visit <a href='" + sRedir + "'>" + sRedir + "</a> for current information.  Please update your bookmarks.</p>";
setTimeout("doredirect('"+sRedir+"')",5000);
