function deleteCook() {
    var d = new Date();
    document.cookie = "aBstraCtAssocIates=beenHere;expires=" + d.toGMTString() + ";" + ";";
    //fill in the address of the intro here
    window.location.href = "/";
}

