function changeState() {
    var expDate = new Date();
    var name = "fl_msa";
    expDate.setTime(expDate.getTime() - 846000000);
    document.cookie = name + "=clear; expires=" + expDate.toGMTString() + "; path=/; domain=.findlaw.com";
    location.href = location.href;
}
