function popUp3(URL) {
  day = new Date();
  URL2= "http://www.crventuring.org/external.php?link="+URL;
  id = day.getTime();
  eval("page" + id + " = window.open(URL2, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=375,left = 362,top = 184');");
}
