
function rusure(){
  question = confirm("NOTICE:\n\nThis link will take you to the donation page of the official ISRR web site. This page is outside of the RegDay web site. The RegDay web site does not accept donations on behalf of the ISRR. The ISRR web page will open in a separate browser window. \n\nChoose [OK] to go to the new page or [CANCEL] to remain on the current page.");
  if (question !="0"){
    postWindow = window.open("http://www.isrr.net/donat/don.html", "NewWindow");
        }
}

