<!-- Begin Javascript
// MY SCRIPTS
// Use this area to add new scripts that you need for your site

var dom = location.href.toUpperCase();
if (dom.indexOf("STATE.DE.US/SOS/HISTORIC") != -1) {
//enable following if directory structure is the same
//var pos = dom.indexOf("STATE.DE.US/SOS/HISTORIC/");
//var filename = dom.substring(pos+"STATE.DE.US/SOS/HISTORIC/".length,dom.length);
//filename = filename.toLowerCase();
//window.location.replace('http://history.delaware.gov/'+filename);
window.location.replace('http://history.delaware.gov/');
}

// End Javascript -->