function exitSurvey() {

var randNumb = Math.floor(Math.random()*111);

if (randNumb == 1){
   surveyWindow = window.open ("http://www.wku.edu/owensboro/survey.php",
  "surveyWindow","location=1,width=420, height=350");
   surveyWindow.moveTo(400,300);
 	} 
}