<!--
//REFERENCE TO THIS FILE WITH THIS TAG!
//<script src="http://www.geovista.psu.edu/includes/promptRedirect.js" language="javascript" //type="text/javascript"></script>
//REMEMBER TO INSERT onload="promptRedirect()" in HEAD
//-->

<!--
function promptRedirect() {
 var message = "This page is part of the old GeoVISTA website and is no longer current.  Would you like to visit the new GeoVISTA Center website?"
 var redirectUrl = "http://www.geovista.psu.edu/index.jsp";
 var response = confirm(message);
 if (response) {
    location.href=redirectUrl;
    }
}
//-->