
carr = new Array( 
new centry("redirect","http://www.bowdoin.edu/dept/","http://academic.bowdoin.edu/academics/programs/",
"This directory has been removed from the Web site.  If you are looking for information regarding academic departments at Bowdoin, please follow the link below for a listing of departments and programs"),
new centry("redirect", "http://www.bowdoin.edu/dept/biochem/dpage", "http://academic.bowdoin.edu/faculty/D/dpage/",
"Professor Page's Site has moved to the following location"),
new centry("redirect", "http://www.bowdoin.edu/~gamethry", "http://home.cerge-ei.cz/ortmann/",
"Professor Ortman's Site has moved to the following location"),
new centry("redirect", "http://www.bowdoin.edu/dept/chem/dpage", "http://academic.bowdoin.edu/faculty/D/dpage/",
"Professor Page's Site has moved to the following location"),
new centry("redirect", "http://www.bowdoin.edu/~prael/","http://www.bowdoin.edu/~prael/",
"Professor Rael has restructured his site. Please follow this link to find the page you requested"),
new centry("move",
"http://www.bowdoin.edu/dept/admissions",
"http://www.bowdoin.edu/admissions",
"Bowdoin College's Admissions Site has moved.  Follow this link"),
new centry("redirect",
"http://www.bowdoin.edu/~",
"",
"You have requested a file from a personal homepage.  Contact the owner of the site for information about this error"),
new centry("redirect",
"http://www.bowdoin.edu/%7",
"",
"You have requested a file from a personal homepage.  Contact the owner of the site for information about this error"),
new centry("redirect",
"http://www.bowdoin.edu/dept/german/wig",
"http://www.umass.edu/wig/",
"The <i>Women in German</i> site has moved to the address given"),

new centry("redirect","/Ecobrien","",
"The file you requested does not exist on this web server"),
new centry("redirect","www.bowdoin.edu/ocs","http://academic.bowdoin.edu/ocs/",
"The OCS website has move to the address provided here"),
new centry("redirect",
"http://www.bowdoin.edu/communications/publications/pdf/studentHandbook01.pdf",
"http://www.bowdoin.edu/communications/publications/pdf/studentHandbook.pdf",
"The correct link to the Student Handbook is available below."),
new centry("redirect","list.bowdoin.edu", ""+document.referrer,
"You have arrived at this page due to an improperly formed link in an "+
"E-mail list.  To report this error, go to the link provided and "+ 
"locate the list administrator"),
new centry("redirect","/cbbaway/", "http://www.bowdoin.edu/cbbaway/",
"The Off-Campus Study Program has recently made some changes on their site and the page you requested cannot" +
" be found.  Try using the link below to go to the main CBB page to find the page you are seeking"),
new centry("redirect","http://www.bowdoin.edu/studorgs/exec",
"http://studorgs.bowdoin.edu/bsg/",
"The Student Government website has moved."),
  new centry("move","http://www.bowdoin.edu/treasurer/internal/suggestions.shtml",
"http://www.bowdoin.edu/treasurer/internal/suggestions.shtml",
"Your URL contained extra punction.  Use the following URL"),
 new centry("move","http://www.bowdoin.edu/treasurer/budget.shtml",
"http://www.bowdoin.edu/treasurer/budget.shtml",
"Your URL contained extra punction.  Use the following URL"),
 new centry("move","http://www.bowdoin.edu/president/media.shtml",
"http://www.bowdoin.edu/president/media.shtml",
"Your URL contained extra punction.  Use the following URL"),
 new centry("move","http://www.bowdoin.edu/hr/pdf/polarStar.pdf",
"http://www.bowdoin.edu/hr/pdf/polarStar.pdf",
"Your URL contained extra punction.  Use the following URL"),
new centry("move","http://www.bowdoin.edu/dining/menus/specials.jsp",
"http://www.bowdoin.edu/diningmenus/diningspecials/specials.jsp"),
new centry("redirect","http://www.bowdoin.edu/studorgs/meddie", "http://www.meddiebempsters.com",
"The Bowdoin Meddiebempsters have moved their site.  Click on the link below.")
,
new centry("move","http://www.bowdoin.edu/boardPlan/default.shtml.",
"http://www.bowdoin.edu/boardPlan/",
"Your URL contained extra punction.  Use the following URL"),
new centry("redirect","http://bowdoin.edu/",
"http://www.bowdoin.edu",
"Your URL is missing a necessary component.  Please click the link below and try again."));

function centry(ctype, oldU, newU, comment)
{
  this.ctype = ctype;
  this.oldU = oldU;
  this.newU = newU;
  this.comment = comment;
}

function valiS(fm)
{
	fm.refer.value = document.referrer;
	fm.page.value = window.location.href;
	fm.browser.value = navigator.appName+" "+navigator.appVersion;
fm.submit();

}


















