// <![CDATA[
function check_form() {
  document.cookie = "GTPhotoCookie=passed; path=/; domain=gatech.edu;";    
  document.location.href = "http://photos.comm.gatech.edu";
  return false;
}
// ]]>