// 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/PROREG") != -1) {
window.location.replace('http://www.dpr.delaware.gov/')
}
