﻿$(document).ready(function() {

    var exdate = new Date();
    exdate.setDate(exdate.getDate() + 7);

    if (document.cookie == "") {
        document.cookie = "cimhcp=yes; path=/;expires=" + exdate.toGMTString();
        openCCModal("height:292px;width:435px;", "/crohns-disease/inter7.html");
    }


});
