Line 1: <!ENTITY % HTML.Version "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
Line 3: "http://www.w3.org/TR/REC-html40/loose.dtd">
Line 4: <html>
Line 5: <head>
Line 6: <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Line 7: <title>Fordham University</title>
Line 8: <!--BEGIN_RSS-->
Line 9: <link rel="alternate" type="application/rss+xml" title="Upcoming Events" href="rss/rss_allxml.asp" />
Line 10: <link rel="alternate" type="application/rss+xml" title="Young Alumni Events" href="rss/rss_YoungAlumnixml.asp" />
Line 11: <link rel="alternate" type="application/rss+xml" title="Regional Events" href="rss/rss_Regionalxml.asp" />
Line 12: <link rel="alternate" type="application/rss+xml" title="Athletics Events" href="rss/rss_AthleticsCornerxml.asp" />
Line 13: <link rel="alternate" type="application/rss+xml" title="Reunions" href="rss/rss_Reunionsxml.asp" />
Line 14: <link rel="alternate" type="application/rss+xml" title="Cultural Events" href="rss/rss_Culturalxml.asp" />
Line 15: <link rel="alternate" type="application/rss+xml" title="Theatre Events" href="rss/rss_Theatrexml.asp" />
Line 16: <link rel="alternate" type="application/rss+xml" title="Lectures" href="rss/rss_Lecturesxml.asp" />
Line 17: <link rel="alternate" type="application/rss+xml" title="Alumni Travel" href="rss/rss_Travelxml.asp" />
Line 18:
Line 19: <!--END_RSS-->
Line 20: <SCRIPT RUNAT=Server>
Line 21: Sub Calendar_RenderDay(s as Object, e as DayRenderEventArgs)
Line 22: Dim sTemp as String
Line 23: Dim ctlCell as TableCell = e.Cell
Line 24: Dim dDate as DateTime = e.Day.Date
Line 25: End Sub
Line 26:
Line 27: Sub Calendar_SelectionChanged(s as Object, e as EventArgs)
Line 28: Dim dDate as DateTime
Line 29: For Each dDate in Calendar1.SelectedDates
Line 30: Response.Redirect( "list.aspx?t=" & Server.URLEncode(dDate.ToString("MM/dd/yyyy")) )
Line 31: Next
Line 32: End Sub
Line 33:
Line 34: Sub Calendar_MonthChanged(s As Object, e As MonthChangedEventArgs)
Line 35: Dim sDate As String =e.NewDate.ToString("MM/dd/yyyy")
Line 36: Response.Redirect( "list.aspx?t=MonthNew&d=" & sDate )
Line 37: Session("NewMonth") = sDate
Line 38: End Sub
Line 39: </SCRIPT>
Line 40:
Line 41: <script type="text/javascript">
Line 42:
Line 43: var ie = document.all ? true : false;
Line 44: var ns6 = document.getElementById ? true : false;
Line 45: var ns = document.layers ? true : false;
Line 46:
Line 47: function initiateSearchText()
Line 48: {
Line 49: if (document.searchform.q.value == 'search')
Line 50: {
Line 51: document.searchform.q.value = '';
Line 52: }
Line 53: }
Line 54:
Line 55: function searchSite()
Line 56: {
Line 57: document.searchform.submit()
Line 58: }
Line 59:
Line 60: function openWindow(fileName,winName,statusBar,reSize,scrollBar,winWidth,winHeight)
Line 61: {
Line 62: newWin = open(fileName,winName,'toolbar=1,location=no,status=' + statusBar + ',menubar=no,left=30,top=20,screenX=30,screenY=20,scrollbars=' + scrollBar + ',resizable=' + reSize + ',width=' + winWidth + ',height=' + winHeight);
Line 63: }
Line 64:
Line 65: </script>
Line 66:
Line 67: <script language="JavaScript" type="text/JavaScript">
Line 68: <!--
Line 69: function MM_swapImgRestore() { //v3.0
Line 70: var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
Line 71: }
Line 72:
Line 73: function MM_preloadImages() { //v3.0
Line 74: var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
Line 75: var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
Line 76: if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
Line 77: }
Line 78:
Line 79: function MM_findObj(n, d) { //v4.0
Line 80: var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
Line 81: d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
Line 82: if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
Line 83: for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
Line 84: if(!x && document.getElementById) x=document.getElementById(n); return x;
Line 85: }
Line 86:
Line 87: function MM_swapImage() { //v3.0
Line 88: var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
Line 89: if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
Line 90: }
Line 91:
Line 92: function MM_jumpMenu(targ,selObj,restore){ //v3.0
Line 93: loc = selObj.options[selObj.selectedIndex].value
Line 94: if (loc.indexOf('+') == 0)
Line 95: {
Line 96: loc = loc.substring(1, loc.length)
Line 97: openWindow(loc,'vvfu','no',1,'no',800,540)
Line 98: }
Line 99: else if (loc.indexOf('+') > 0)
Line 100: {
Line 101: winParam = loc.substring(0, loc.indexOf('+'))
Line 102: loc = loc.substring(loc.indexOf('+') + 1, loc.length)
Line 103: eval("openWindow(loc, " + winParam + ")")
Line 104: }
Line 105: else if (loc.indexOf('-') == 0)
Line 106: {
Line 107: loc = loc.substring(1, loc.length)
Line 108: open(loc)
Line 109: }
Line 110: else
Line 111: {
Line 112: eval(targ+".location='"+loc+"'");
Line 113: if (restore) selObj.selectedIndex=0;
Line 114: }
Line 115: }
Line 116: //-->
Line 117: </script>
Line 118: <!--SEARCH_SCRIPT-->
Line 119:
Line 120: <style type="text/css">
Line 121: body
Line 122: {
Line 123: background-image: url(http://www.fordham.edu/images/waves/home2/grey_bg_gradient2.jpg);
Line 124: background-repeat: repeat-x;
Line 125: background-color:#a09d8b;
Line 126: }
Line 127:
Line 128: .searchTextHead { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; color: #FFFFFF; text-decoration: none}
Line 129: .quickLinks { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; color: #000000; text-decoration: none}
Line 130: .searchText { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; color: #ffffff; text-decoration: none}
Line 131: .footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; color: #FFFFFF; text-decoration: none}
Line 132: .style2 {font-family: Trebuchet, Tahoma, Arial, Helvetica, sans-serif;}
Line 133: .searchTextHome{ font-size:11px; font-family:Arial, Helvetica, sans-serif; font-style:normal; line-height:normal; color:#000000; text-decoration:none;}
Line 134:
Line 135:
Line 136:
Line 137: <!--LEFTNAV_STYLE-->
Line 138: </style>
Line 139:
Line 140: <link rel="stylesheet" type="text/css" href="http://www.fordham.edu/css/fordham.css" title="master">
Line 141: <link rel="stylesheet" type="text/css" href="http://www.fordham.edu/css/print.css" media="print">
Line 142:
Line 143: <!--CSS_MENU_STYLE-->
Line 144:
Line 145: <link href="http://www.alumni.fordham.edu/css/fordham_alumni_ftp.css" rel="stylesheet" type="text/css">
Line 146: </head>
Line 147:
Line 148: <body text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
Line 149:
Line 150: <!-- WEBTRENDS -->
Line 151: <!-- START OF SmartSource Data Collector TAG -->
Line 152: <!--c1999-2004 NetIQ Corporation. All rights reserved. -->
Line 153: <!-- V7.0 -->
Line 154:
Line 155: <!-- $DateTime: 2003/10/28 16:26:23 $ -->
Line 156: <SCRIPT LANGUAGE="Javascript" type="text/javascript"><!--
Line 157: gVersion="1.0";
Line 158: //-->
Line 159: </SCRIPT>
Line 160: <SCRIPT LANGUAGE="Javascript1.1" type="text/javascript"><!--
Line 161: gVersion="1.1";
Line 162: //-->
Line 163: </SCRIPT>
Line 164: <SCRIPT LANGUAGE="Javascript1.2" type="text/javascript"><!--
Line 165: gVersion="1.2";
Line 166: var RE={"%09":/\t/g,"%20":/ /g,"%23":/\#/g,"%26":/\&/g,"%2B":/\+/g,"%3F":/\?/g,"%5C":/\\/g};
Line 167: //-->
Line 168: </SCRIPT>
Line 169: <SCRIPT LANGUAGE="Javascript1.3" type="text/javascript"><!--
Line 170: gVersion="1.3";
Line 171: //-->
Line 172: </SCRIPT>
Line 173: <SCRIPT LANGUAGE="Javascript1.4" type="text/javascript"><!--
Line 174: gVersion="1.4";
Line 175: //-->
Line 176: </SCRIPT>
Line 177: <SCRIPT LANGUAGE="Javascript1.5" type="text/javascript"><!--
Line 178: gVersion="1.5";
Line 179: //-->
Line 180: </SCRIPT>
Line 181: <SCRIPT LANGUAGE="JavaScript" type="text/javascript"><!--
Line 182: var gImages=new Array;
Line 183: var gIndex=0;
Line 184: var DCS=new Object();
Line 185: var WT=new Object();
Line 186: var DCSext=new Object();
Line 187:
Line 188: var gDomain="statse.webtrendslive.com";
Line 189: var gDcsId="dcs1upibr4twkf8fu5w20iuhf_1g7w";
Line 190:
Line 191: function dcsVar(){
Line 192: var dCurrent=new Date();
Line 193: WT.tz=dCurrent.getTimezoneOffset()/60*-1;
Line 194: if (WT.tz==0){
Line 195: WT.tz="0";
Line 196: }
Line 197: WT.bh=dCurrent.getHours();
Line 198: WT.ul=navigator.appName=="Netscape"?navigator.language:navigator.userLanguage;
Line 199: if (typeof(screen)=="object"){
Line 200: WT.cd=screen.colorDepth;
Line 201: WT.sr=screen.width+"x"+screen.height;
Line 202: }
Line 203: if (typeof(navigator.javaEnabled())=="boolean"){
Line 204: WT.jo=navigator.javaEnabled()?"Yes":"No";
Line 205: }
Line 206: if (document.title){
Line 207: WT.ti=document.title;
Line 208: }
Line 209: WT.js="Yes";
Line 210: if (typeof(gVersion)!="undefined"){
Line 211: WT.jv=gVersion;
Line 212: }
Line 213: WT.sp="@@SPLITVALUE@@";
Line 214: DCS.dcsdat=dCurrent.getTime();
Line 215: DCS.dcssip=window.location.hostname;
Line 216: DCS.dcsuri=window.location.pathname;
Line 217: if (window.location.search){
Line 218: DCS.dcsqry=window.location.search;
Line 219: }
Line 220: if ((window.document.referrer!="")&&(window.document.referrer!="-")){
Line 221: if (!(navigator.appName=="Microsoft Internet Explorer"&&parseInt(navigator.appVersion)<4)){
Line 222: DCS.dcsref=window.document.referrer;
Line 223: }
Line 224: }
Line 225: }
Line 226:
Line 227: function A(N,V){
Line 228: return "&"+N+"="+dcsEscape(V);
Line 229: }
Line 230:
Line 231: function dcsEscape(S){
Line 232: if (typeof(RE)!="undefined"){
Line 233: var retStr = new String(S);
Line 234: for (R in RE){
Line 235: retStr = retStr.replace(RE[R],R);
Line 236: }
Line 237: return retStr;
Line 238: }
Line 239: else{
Line 240: return escape(S);
Line 241: }
Line 242: }
Line 243:
Line 244: function dcsCreateImage(dcsSrc){
Line 245: if (document.images){
Line 246: gImages[gIndex]=new Image;
Line 247: gImages[gIndex].src=dcsSrc;
Line 248: gIndex++;
Line 249: }
Line 250: else{
Line 251: document.write('<IMG BORDER="0" NAME="DCSIMG" WIDTH="1" HEIGHT="1" src="http://www.fordham.edu/images/'+dcsSrc+'">');
Line 252: }
Line 253: }
Line 254:
Line 255: function dcsMeta(){
Line 256: var myDocumentElements;
Line 257: if (document.all){
Line 258: myDocumentElements=document.all.tags("meta");
Line 259: }
Line 260: else if (document.documentElement){
Line 261: myDocumentElements=document.getElementsByTagName("meta");
Line 262: }
Line 263: if (typeof(myDocumentElements)!="undefined"){
Line 264: for (var i=1;i<=myDocumentElements.length;i++){
Line 265: myMeta=myDocumentElements.item(i-1);
Line 266: if (myMeta.name){
Line 267: if (myMeta.name.indexOf('WT.')==0){
Line 268: WT[myMeta.name.substring(3)]=myMeta.content;
Line 269: }
Line 270: else if (myMeta.name.indexOf('DCSext.')==0){
Line 271: DCSext[myMeta.name.substring(7)]=myMeta.content;
Line 272: }
Line 273: else if (myMeta.name.indexOf('DCS.')==0){
Line 274: DCS[myMeta.name.substring(4)]=myMeta.content;
Line 275: }
Line 276: }
Line 277: }
Line 278: }
Line 279: }
Line 280:
Line 281: function dcsTag(){
Line 282: var P="http"+(window.location.protocol.indexOf('https:')==0?'s':'')+"://"+gDomain+(gDcsId==""?'':'/'+gDcsId)+"/dcs.gif?";
Line 283: for (N in DCS){
Line 284: if (DCS[N]) {
Line 285: P+=A(N,DCS[N]);
Line 286: }
Line 287: }
Line 288: for (N in WT){
Line 289: if (WT[N]) {
Line 290: P+=A("WT."+N,WT[N]);
Line 291: }
Line 292: }
Line 293: for (N in DCSext){
Line 294: if (DCSext[N]) {
Line 295: P+=A(N,DCSext[N]);
Line 296: }
Line 297: }
Line 298: if (P.length>2048&&navigator.userAgent.indexOf('MSIE')>=0){
Line 299: P=P.substring(0,2040)+"&WT.tu=1";
Line 300: }
Line 301: dcsCreateImage(P);
Line 302: }
Line 303:
Line 304: dcsVar();
Line 305: dcsMeta();
Line 306: dcsTag();
Line 307: //-->
Line 308: </SCRIPT>
Line 309:
Line 310: <NOSCRIPT>
Line 311: <IMG BORDER="0" NAME="DCSIMG" WIDTH="1" HEIGHT="1" src="http://statse.webtrendslive.com/dcs1upibr4twkf8fu5w20iuhf_1g7w/njs.gif?dcsuri=/nojavascript&WT.js=No">
Line 312:
Line 313: </NOSCRIPT>
Line 314: <!-- END OF SmartSource Data Collector TAG -->
Line 315:
Line 316: <!-- WEBTRENDS -->
Line 317:
Line 318: <!--Begin_Global_DropDown_Script-->
Line 319: <script language="javascript">
Line 320: var state = 'none';
Line 321: function showhide(layer_ref1, layer_ref2) {
Line 322: eval( "document.all." + layer_ref1 + ".style.display = state");
Line 323: if (state == 'block') {
Line 324: state = 'none';
Line 325: }
Line 326: else {
Line 327: state = 'block';
Line 328: }
Line 329: if (document.all) { //IS IE 4 or 5 (or 6 beta)
Line 330: eval( "document.all." + layer_ref2 + ".style.display = state");
Line 331: }
Line 332: }
Line 333: </script>
Line 334: <script src="http://www.fordham.edu/images/global_dropdown_nav/fsmenuapi_globalDDNav.js" type="text/javascript">
Line 335: </script><script language="javascript" src="http://www.fordham.edu/images/global_dropdown_nav/fsmenudrop_globalDDNav.js" type="text/javascript">
Line 336: </script>
Line 337: <LINK href="http://www.fordham.edu/images/global_dropdown_nav/fsmenustyle_globalDDNav.css" type="text/css" rel="stylesheet">
Line 338: <!--End_Global_DropDown_Script-->
Line 339:
Line 340: <!--IM_HEADER-->
Line 341: <!-- header -->
Line 342:
Line 343: <table border="0" width="100%" cellspacing="0" cellpadding="0" id="bnrH" align="center">
Line 344:
Line 345: <tr>
Line 346: <td bgcolor="900028" align="center">
Line 347:
Line 348: <!--START_LEVEL1_PAGE_HEADER-->
Line 349:
Line 350: <table cellspacing="0" cellpadding="5" width="771" align="center" border="0">
Line 351: <tbody>
Line 352: <tr>
Line 353: <td valign="top" width="77"><a href="http://www.fordham.edu/"><img alt="Fordham University The Jesuit University of New York" border="0" src="http://www.fordham.edu/images/logosubpage.gif" /></a></td>
Line 354: <td valign="top" align="right"><br />
Line 355: <select class="quickLinks" onChange="MM_jumpMenu('self',this,1)" name="menu1">
Line 356:
Line 357: <option selected="selected">Quicklinks</option>
Line 358: <option value="http://www.fordham.edu/academics/calendars__schedules_15128.asp">Academic Calendar</option>
Line 359: <option value="http://www.fordham.edu/admissions/?ql=admissions_office">Admissions Office</option>
Line 360: <option value="http://www.fordham.edu/academics/colleges__graduate_s/undergraduate_colleg/fordham_college_of_l/?ql=adults_evenings_weekends">Adults/Evenings/Weekends</option>
Line 361: <option value="http://www.fordham.edu/alumni_relations/?ql=alumni">Alumni</option>
Line 362: <option value="http://webviewer.unival.com/fordham/?ql=arts_events_calendar">Arts & Events Calendar</option>
Line 363: <option value="'vvfu','no',1,'no',800,600+/faq.html?ql=FAQ">Ask Fordham & FAQs</option>
Line 364:
Line 365: <option value="-http://fordham.blackboard.com/?ql=blackboard">Blackboard</option>
Line 366: <option value="http://www.fordham.edu/campus_resources/campus_facilities/bookstore_669.asp?ql=bookstore">Book Store</option>
Line 367: <option value="http://www.fordham.edu/student_affairs/campus_ministry/?ql=campus_ministry">Campus Ministry</option>
Line 368: <option value="http://www.fordham.edu/erp/?ql=confirmare">Confirmare</option>
Line 369: <option value="http://ecampus.fordham.edu/fdaa.nsf">Directories</option>
Line 370: <option value="http://www.fordham.edu/cgi-bin/vendor.cgi?http://mail.fordham.edu/">Email (Fac. & Staff)</option>
Line 371: <option value="-http://studentmail.fordham.edu/">Email (Student)</option>
Line 372: <option value="http://www.fordham.edu/tuition__financial_a/?ql=financial_aid">Financial Aid</option>
Line 373:
Line 374: <option value="http://www.fordham.edu/student_affairs/campus_ministry/global_outreach_and_/global_outreach/">Global Outreach</option>
Line 375: <option value="http://www.fordham.edu/campus_resources/fordham_it/?ql=information_technology">Information Technology</option>
Line 376: <option value="http://www.fordham.edu/gifts_to_fordham/?ql=gifts_to_fordham">Gifts to Fordham</option>
Line 377: <option value="http://www.fordham.edu/academics/colleges__graduate_s/graduate__profession/?ql=graduate_schools">Graduate Schools</option>
Line 378: <option value="http://www.fordham.edu/mission/mission_and_ministry/index.asp?ql=vp_mission_ministries">Mission & Ministry</option>
Line 379: <option value="https://oasis.fordham.edu?ql=OASIS">OASIS</option>
Line 380: <option value="http://www.fordham.edu/academics/office_of_research/?ql=research">Research</option>
Line 381: <option value="http://www.fordham.edu/campus_resources/safety__security/?ql=safety_security">Safety & Security</option>
Line 382:
Line 383: <option value="http://www.fordham.edu/Student_Affairs/Student_Government_22586.asp?ql=student_government">Student Government</option>
Line 384: <option value="http://www.fordham.edu/student_affairs/?ql=student_life">Student Life</option>
Line 385: <option value="http://www.fordham.edu/campus_resources/student_services/?ql=student_services">Student Services</option>
Line 386: <option value="http://www.fordham.edu/campus_resources/fordham_it/students/index.asp?ql=student_technology_manuals">Student Technology Services</option>
Line 387: <option value="http://www.fordham.edu/academics/colleges__graduate_s/undergraduate_colleg/?ql=undergraduate_schools">Undergraduate Schools</option>
Line 388: <option value="http://www.fordham.edu/?ql=university_home_page">University Home Page</option>
Line 389: <option value="http://www.fordham.edu/audience/wfuv.shtml?ql=wfuv">W F U V</option>
Line 390: </select> </td>
Line 391: </tr>
Line 392:
Line 393: </tbody>
Line 394: </table>
Line 395:
Line 396: <!--END_LEVEL1_PAGE_HEADER-->
Line 397:
Line 398: </td>
Line 399: </tr>
Line 400: <!-- thin line -->
Line 401: <tr>
Line 402: <td height="1" bgcolor="ffffff"></td>
Line 403: </tr>
Line 404:
Line 405: <tr>
Line 406: <!--TOP_NAV-->
Line 407: <td bgcolor="#630018" align="center">
Line 408:
Line 409: <div id="pulldownmenu">
Line 410: <table cellspacing="0" cellpadding="0" width="770" align="center" border="0">
Line 411: <tbody>
Line 412: <tr valign="top">
Line 413: <td>
Line 414: <ul>
Line 415:
Line 416: <li><a onMouseOver="MM_swapImage('Image2','','http://www.fordham.edu/images/waves/home2/globalnav_admissionsRoll.gif',1)" onMouseOut="MM_swapImgRestore()" href="http://www.fordham.edu/admissions/" name="ddmenu"><img height="24" alt="Admissions" width="89" border="0" name="Image2" src="http://www.fordham.edu/images/waves/home2/globalnav_admissions.gif" /></a>
Line 417: <ul>
Line 418: <li><a style="padding-left: 10px" href="http://www.fordham.edu/admissions/undergraduate_admiss_26582.asp">Undergraduate Admission</a></li>
Line 419: <li><a style="padding-left: 10px" href="http://www.fordham.edu/admissions/index.asp">Graduate Admission</a></li>
Line 420: <li><a style="padding-left: 10px" href="http://www.fordham.edu/admissions/applying_to_fordham/parttime_adult_weeke_14966.asp">Adult/Part-time Admission</a></li>
Line 421: <li><a style="padding-left: 10px" href="http://www.fordham.edu/tuition__financial_a/index.asp">Financial Aid</a></li>
Line 422: <li><a style="padding-left: 10px" href="https://oasis.fordham.edu/">OASIS</a></li>
Line 423:
Line 424: <li><a style="padding-left: 10px" href="http://www.fordham.edu/faq/">FAQs</a></li>
Line 425: <li><a style="padding-left: 10px" href="http://www.fordham.edu/cgi-bin/majors.cgi">Programs at Fordham</a></li>
Line 426: </ul>
Line 427: </li>
Line 428: </ul>
Line 429: </td>
Line 430: <td height="24">
Line 431: <ul>
Line 432: <li><a onMouseOver="MM_swapImage('Image3','','http://www.fordham.edu/images/waves/home2/globalnav_academicsRoll.gif',1)" onMouseOut="MM_swapImgRestore()" href="http://www.fordham.edu/academics/" name="ddmenu"><img height="24" alt="Academics" width="89" border="0" name="Image3" src="http://www.fordham.edu/images/waves/home2/globalnav_academics.gif" /></a>
Line 433:
Line 434: <ul>
Line 435: <li><a style="padding-right: 3px; padding-left: 15px" href="http://www.fordham.edu/academics/index.asp">Colleges and Schools</a></li>
Line 436: <li><a style="padding-right: 3px; padding-left: 15px" href="http://www.fordham.edu/cgi-bin/majors.cgi">Departments and Programs</a></li>
Line 437: <li><a style="padding-right: 3px; padding-left: 15px" href="http://www.fordham.edu/academics/office_of_research/research_centers__in/">Centers and Institutes</a></li>
Line 438: <li><a style="padding-right: 3px; padding-left: 15px" href="http://www.fordham.edu/academics/office_of_research/">Research</a></li>
Line 439: <li><a style="padding-right: 3px; padding-left: 15px" href="http://www.fordham.edu/academics/office_of_the_senior/">Office of the Senior Vice President/Chief Academic Officer</a></li>
Line 440: </ul>
Line 441:
Line 442: </li>
Line 443: </ul>
Line 444: </td>
Line 445: <td height="24">
Line 446: <ul>
Line 447: <li><a onMouseOver="MM_swapImage('Image4','','http://www.fordham.edu/images/waves/home2/globalnav_studentaffairsRoll.gif',1)" onMouseOut="MM_swapImgRestore()" href="http://www.fordham.edu/student_affairs/" name="ddmenu"><img height="24" alt="Student Affairs" width="125" border="0" name="Image4" src="http://www.fordham.edu/images/waves/home2/globalnav_studentaffairs.gif" /></a>
Line 448: <ul>
Line 449: <li><a style="padding-right: 3px; padding-left: 15px" href="http://www.fordham.edu/student_affairs/student_services/">Student Services</a></li>
Line 450: <li><a style="padding-right: 3px; padding-left: 15px" href="http://www.fordham.edu/campus_resources/student_services/career_services/">Career Services</a></li>
Line 451:
Line 452: <li><a style="padding-right: 3px; padding-left: 15px" href="http://www.fordham.edu/campus_resources/student_services/counseling__psycholo/">Counseling</a></li>
Line 453: <li><a style="padding-right: 3px; padding-left: 15px" href="http://www.fordham.edu/campus_resources/student_services/disability_services_/">Disability Services</a></li>
Line 454: <li><a style="padding-right: 3px; padding-left: 15px" href="http://www.fordham.edu/campus_resources/student_services/student_health_servi/">Health Centers</a></li>
Line 455: <li><a style="padding-right: 3px; padding-left: 15px" href="http://www.fordham.edu/campus_resources/student_services/intercampus_transpor/schedules/">Ram Van Schedule</a></li>
Line 456: <li><a style="padding-right: 3px; padding-left: 15px" href="http://www.fordham.edu/campus_resources/campus_facilities/food_service/">Food Service</a></li>
Line 457: <li><a style="padding-right: 3px; padding-left: 15px" href="http://www.fordham.edu/student_affairs/student_leadership__/intramural/">Intramurals </a></li>
Line 458:
Line 459: <li><a style="padding-right: 3px; padding-left: 15px" href="http://www.fordham.edu/student_affairs/deans_of_students/">Deans of Students</a></li>
Line 460: <li><a style="padding-right: 3px; padding-left: 15px" href="http://www.fordham.edu/student_affairs/alcohol_and_other_dr/">Alcohol & Other Drug Education Program</a></li>
Line 461: <li><a style="padding-right: 3px; padding-left: 15px" href="http://www.fordham.edu/student_affairs/residential_life/">Residential Life</a></li>
Line 462: <li><a style="padding-right: 3px; padding-left: 15px" href="http://www.fordham.edu/student_affairs/student_leadership__/">Student Leadership & Community Development</a></li>
Line 463: </ul>
Line 464:
Line 465: </li>
Line 466: </ul>
Line 467: </td>
Line 468: <td height="24">
Line 469: <ul>
Line 470: <li><a onMouseOver="MM_swapImage('Image5','','http://www.fordham.edu/images/waves/home2/globalnav_alumniRoll.gif',1)" onMouseOut="MM_swapImgRestore()" href="http://www.fordham.edu/alumni_relations/" name="ddmenu"><img height="24" alt="Alumni" width="67" border="0" name="Image5" src="http://www.fordham.edu/images/waves/home2/globalnav_alumni.gif" /></a>
Line 471: <ul>
Line 472: <li><a style="padding-left: 14px" href="http://www.fordham.edu/gifts_to_fordham/">Gifts to Fordham</a></li>
Line 473: <li><a style="padding-left: 14px" href="http://www.alumni.fordham.edu/calendar/list.aspx">Alumni Events</a></li>
Line 474: <li><a style="padding-left: 14px" href="http://www.fordham.edu/alumni_relations/RegionalChapters.shtml">Regional Chapters</a></li>
Line 475:
Line 476: <li><a style="padding-left: 14px" href="http://www.fordham.edu/alumni_relations/AlumniReunions.shtml">Alumni Reunions</a></li>
Line 477: <li><a style="padding-left: 14px" href="http://www.alumni.fordham.edu/travel/list.aspx">Travel</a></li>
Line 478: <li><a style="padding-left: 14px" href="http://www.fordham.edu/alumni_relations/AthleticsCorner.shtml">Athletics Corner</a></li>
Line 479: <li><a style="padding-left: 14px" href="http://www.fordham.edu/alumni_relations/BenefitsAndServices.shtml">Benefits and Services</a></li>
Line 480: <li><a style="padding-left: 14px" href="http://www.fordham.edu/alumni_relations/marymount.shtml">Marymount Alumnae</a></li>
Line 481: <li><a style="padding-left: 14px" href="http://www.fordham.edu/gifts_to_fordham/fordham_parents/index.asp">Parents</a></li>
Line 482: <li><a style="padding-left: 14px" href="http://www.fordham.edu/alumni_relations/prescouncil/">President´s Council</a></li>
Line 483: <li><a style="padding-left: 14px" href="http://www.fordham.edu/alumni_relations/YoungAlumni.shtml">Young Alumni</a></li>
Line 484:
Line 485:
Line 486:
Line 487: </ul>
Line 488: </li>
Line 489: </ul>
Line 490: </td>
Line 491: <td height="24">
Line 492: <ul>
Line 493: <li><a onMouseOver="MM_swapImage('Image6','','http://www.fordham.edu/images/waves/home2/globalnav_discoverfordhamRoll.gif',1)" onMouseOut="MM_swapImgRestore()" href="http://www.fordham.edu/discover_fordham/" name="ddmenu"><img height="24" alt="Discover Fordham" width="142" border="0" name="Image6" src="http://www.fordham.edu/images/waves/home2/globalnav_discoverfordham.gif" /></a>
Line 494: <ul>
Line 495: <li><a style="padding-right: 3px; padding-left: 19px" href="http://www.fordham.edu/discover_fordham/fordham_at_a_glance/">Fordham Facts</a></li>
Line 496: <li><a style="padding-right: 3px; padding-left: 19px" href="http://www.fordham.edu/discover_fordham/fordham_at_a_glance/mission_11711.asp">Mission</a></li>
Line 497:
Line 498: <li><a style="padding-right: 3px; padding-left: 19px" href="http://www.fordham.edu/discover_fordham/fordhams_jesuit_trad/">Jesuit Tradition</a></li>
Line 499: <li><a style="padding-right: 3px; padding-left: 19px" href="http://www.fordham.edu/webcam/index.shtml">Campus Tour</a></li>
Line 500: <li><a style="padding-right: 3px; padding-left: 19px" href="http://www.fordham.edu/discover_fordham/where_is_fordham/maps__directions/">Maps & Directions</a></li>
Line 501: </ul>
Line 502: </li>
Line 503: </ul>
Line 504: </td>
Line 505:
Line 506: <td height="24">
Line 507: <ul>
Line 508: <li><a onMouseOver="MM_swapImage('Image7','','http://www.fordham.edu/images/waves/home2/globalnav_resourcesRoll.gif',1)" onMouseOut="MM_swapImgRestore()" href="http://www.fordham.edu/campus_resources/" name="ddmenu"><img height="24" alt="Resources" width="92" border="0" name="Image7" src="http://www.fordham.edu/images/waves/home2/globalnav_resources.gif" /></a>
Line 509: <ul>
Line 510: <li><a href="http://www.fordham.edu/campus_resources/administrative_offic/index.asp" style="padding-left: 15px;">Administrative Offices</a></li>
Line 511: <li><a href="http://www.fordham.edu/campus_resources/campus_facilities/index.asp" style="padding-left: 15px;">Campus Facilities</a></li>
Line 512: <li><a href="http://www.fordham.edu/campus_resources/student_services/career_services/" style="padding-left: 15px;">Career Services</a></li>
Line 513: <li><a href="http://www.fordham.edu/erp/index.asp" style="padding-left: 15px;">Confirmare</a></li>
Line 514:
Line 515: <li><a href="http://ecampus.fordham.edu/fdaa.nsf" style="padding-left: 15px;">Directories</a></li>
Line 516: <li><a href="http://www.fordham.edu/campus_resources/administrative_offic/human_resources/" style="padding-left: 15px;">Employment Opportunities</a></li>
Line 517: <li><a href="http://www.fordhampress.com/" style="padding-left: 15px;">Fordham Press</a></li>
Line 518: <li><a href="http://www.fordham.edu/campus_resources/fordham_it/" style="padding-left: 15px;">Fordham IT</a></li>
Line 519: <li><a href="http://www.fordham.edu/campus_resources/public_affairs/index.asp" style="padding-left: 15px;">Fordham News</a></li>
Line 520: <li><a href="http://www.fordham.edu/campus_resources/safety__security/index.asp" style="padding-left: 15px;">Safety & Security</a></li>
Line 521:
Line 522: <li><a href="http://www.fordham.edu/campus_resources/student_services/index.asp" style="padding-left: 15px;">Student Services</a></li>
Line 523: <li><a href="http://www.fordham.edu/urc/" style="padding-left: 15px;">University Research Council</a></li>
Line 524: <li><a href="http://www.wfuv.org/" target="_blank" style="padding-left: 15px;">W F U V</a></li>
Line 525: </ul>
Line 526: </li>
Line 527: </ul>
Line 528: </td>
Line 529: <td height="24">
Line 530:
Line 531: <ul>
Line 532: <li><a onMouseOver="MM_swapImage('Image8','','http://www.fordham.edu/images/waves/home2/globalnav_athleticsRoll.gif',1)" onMouseOut="MM_swapImgRestore()" href="http://www.fordham.edu/athletics/" name="ddmenu"><img height="24" alt="Athletics" width="89" border="0" name="Image8" src="http://www.fordham.edu/images/waves/home2/globalnav_athletics.gif" /></a>
Line 533: <ul>
Line 534: <li><a style="padding-left: 15px" href="http://www.fordham.edu/athletics/">Fordham Athletics</a></li>
Line 535: <li><a style="padding-left: 15px" href="http://www.fordham.edu/static_files/tickets.asp">Tickets</a></li>
Line 536: <li><a style="padding-left: 15px" href="http://www.fordham.edu/student_affairs/student_leadership__/club_sports/">Club Sports</a></li>
Line 537: <li><a style="padding-left: 15px" href="http://www.fordham.edu/student_affairs/student_leadership__/intramural/">Intramurals</a></li>
Line 538:
Line 539: <li><a style="padding-left: 15px" href="http://www.fordham.edu/student_affairs/student_leadership__/recreation_and_fitne/">Recreation & Fitness</a></li>
Line 540: </ul>
Line 541: </li>
Line 542: </ul>
Line 543: </td>
Line 544: <td height="24">
Line 545: <ul>
Line 546: <li><a onMouseOver="MM_swapImage('Image9','','http://www.fordham.edu/images/waves/home2/globalnav_librariesRoll.gif',1)" onMouseOut="MM_swapImgRestore()" href="http://www.library.fordham.edu" name="ddmenu"><img height="24" alt="Libraries" width="77" border="0" name="Image9" src="http://www.fordham.edu/images/waves/home2/globalnav_libraries.gif" /></a>
Line 547:
Line 548: <ul>
Line 549: <li><a style="padding-left: 8px" href="http://www.library.fordham.edu/">Catalogs & Collections</a></li>
Line 550: <li><a style="padding-left: 8px" href="http://www.library.fordham.edu/">Electronic Resources</a></li>
Line 551: <li><a style="padding-left: 8px" href="http://www.library.fordham.edu/">Library Services</a></li>
Line 552: <li><a style="padding-left: 8px" href="http://www.library.fordham.edu/">Library Information</a></li>
Line 553: <li><a style="padding-left: 8px" href="http://www.library.fordham.edu/asklibrarian/asklibrarian1.html">Ask a Librarian</a></li>
Line 554:
Line 555: <li><a style="padding-left: 8px" href="http://www.library.fordham.edu/ITservices/remoteaccess.html">Remote Access</a></li>
Line 556: <li><a style="padding-left: 8px" href="http://www.library.fordham.edu/information/faqs.html">FAQs</a></li>
Line 557: <li><a style="padding-left: 8px" href="http://www.library.fordham.edu/services/hours.html">Library Hours</a></li>
Line 558: <li><a style="padding-left: 8px" href="http://www.library.fordham.edu/information/directions.html">Directions to the Libraries</a></li>
Line 559: </ul>
Line 560: </li>
Line 561: </ul>
Line 562: </td>
Line 563:
Line 564: </tr>
Line 565: </tbody>
Line 566: </table>
Line 567: </div>
Line 568:
Line 569: </td>
Line 570: </tr>
Line 571:
Line 572: <!-- thin line -->
Line 573: <tr>
Line 574: <td height="1" bgcolor="ffffff">
Line 575:
Line 576: </td>
Line 577: </tr>
Line 578: </table>
Line 579: <!--IM_HEADER-->
Line 580: <table width="771" border="0" align="center" cellpadding="0" cellspacing="0">
Line 581: <tr><td height="48" valign="top" bgcolor="#A09D8B"><img src="http://www.fordham.edu/alumni_relations/new_alumni_relations/images/alumniSubHead.gif" alt="Fordham Alumni" width="310" height="30">
Line 582: <p class="breadcrumb"><a href="http://www.fordham.edu/">Fordham University Home Page</a> <img src="http://www.fordham.edu/alumni_relations/new_alumni_relations/images/bc.gif" width="12" height="15"><a href="http://www.fordham.edu/alumni_relations">Alumni</a> <img src="http://www.fordham.edu/alumni_relations/new_alumni_relations/images/bc.gif" width="12" height="15">Alumni Events</p>
Line 583:
Line 584: </td>
Line 585:
Line 586: </tr>
Line 587: <%
Line 588: Dim sImage As String = "main144.jpg"
Line 589: Dim sImageType As String = Request("t")
Line 590:
Line 591: If sImageType="Young Alumni" Then
Line 592: sImage = "ya144.jpg"
Line 593:
Line 594: ElseIf sImageType="Regional" Then
Line 595: sImage = "regional144.jpg"
Line 596:
Line 597: ElseIf sImageType="Athletics Corner" Then
Line 598: sImage = "athleticscorner144.jpg"
Line 599:
Line 600: ElseIf sImageType="Reunions" Then
Line 601: sImage = "reunion144.jpg"
Line 602:
Line 603: ElseIf sImageType="Cultural" Then
Line 604: sImage = "cultural144.jpg"
Line 605:
Line 606: ElseIf sImageType="Travel" Then
Line 607: sImage = "travel144.jpg"
Line 608:
Line 609: ElseIf sImageType="Theatre" Then
Line 610: sImage = "Theatre144.jpg"
Line 611:
Line 612: ElseIf sImageType="Lectures" Then
Line 613: sImage = "lectures144.jpg"
Line 614:
Line 615: End If
Line 616: %>
Line 617: <tr>
Line 618: <td>
Line 619: <center><img src="<% =sImage %>" width="771" height="144"></center>
Line 620: </td>
Line 621: </tr>
Line 622: <tr>
Line 623: <!--BEGIN_CONTENT-->
Line 624:
Line 625: <td>
Line 626:
Line 627: <!--BEGIN_USER_CONTENT_AREA-->
Line 628:
Line 629: <table width="771" height="480" border="0" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
Line 630: <!--FIRST ROW FOR SPACING BETWEEN TEXT AND IMAGE ONLY--> <tr>
Line 631: <td width="190" height="16" valign="top" bgcolor="#f2edd6"> </td>
Line 632: <td width="15" valign="top"></td>
Line 633: <td valign="top"> </td>
Line 634: <td width="15" valign="top"> </td>
Line 635:
Line 636: <td valign="top"> </td>
Line 637: </tr>
Line 638: <!-- END OF SPACER ROW--> <tr>
Line 639: <td valign="top" bgcolor="#f2edd6" Nowrap>
Line 640: <div id= "columnNav">
Line 641: <ul>
Line 642: <li> <BR><a href="http://www.fordham.edu/alumni_relations/" target="_self"><b>Back to Alumni Home </b></a></li>
Line 643: <li> </li>
Line 644:
Line 645: <li><font color="#900028">Alumni Events</font></li>
Line 646: <li> </li>
Line 647: </ul>
Line 648: </div></td>
Line 649: <td width="15" valign="top"> </td>
Line 650:
Line 651: <!------- CENTER COLUMN LAYOUT BEGINS------->
Line 652:
Line 653: <td valign="top" class="LineSpacing" style="padding-top: 0px; padding-left: 0px; padding-right: 0px;">
Line 654:
Line 655:
Line 656:
Line 657:
Line 658:
Line 659:
Line 660: <TABLE BORDER=0 WIDTH=580 ALIGN=Center CELLSPACING=0 CELLPADDING=0>
Line 661: <!-- =================================== -->
Line 662: <!-- Alumni Calendar Module title bar -->
Line 663: <!-- =================================== -->
Line 664: <!-- <A HREF='.'><B>Home</B></A>
Line 665: \ <A HREF='list.aspx'><B>List All</B></A>
Line 666: \
Line 667: <A HREF='add1.aspx'><B>Add Event</B></A>
Line 668:
Line 669: \ <A HREF='list_myevt.aspx'><B>Update My Events</B></A> -->
Line 670:
Line 671: <SCRIPT LANGUAGE="JavaScript">
Line 672: <!-- Begin
Line 673: function GoToMenu(){
Line 674: var URL = document.menu.ddlCategory.options[document.menu.ddlCategory.selectedIndex].value;
Line 675: window.location.href = URL;
Line 676: }
Line 677: // End -->
Line 678: </SCRIPT>
Line 679:
Line 680: <TR>
Line 681: <TD VALIGN=Top colspan="2"><img src="alum-events.gif" width="250" height="19"><br>
Line 682: <br>
Line 683:
Line 684:
Line 685: <A HREF='list.aspx?t=Day'><font color="#900028"><b>Day</B></font></A>
Line 686: / <A HREF='list.aspx?t=Week'><font color="#900028"><b>Week</B></font></A>
Line 687: / <A HREF='list.aspx?t=Month'><font color="#900028"><b>Month</B></font></A>
Line 688: / <A HREF='list.aspx?t=Past'><font color="#900028"><b>Past Events</B></font></A>
Line 689: / <A HREF='help.aspx'><font color="#900028"><b>Help</B></font></A><br>
Line 690:
Line 691: <br>
Line 692: <br>
Line 693:
Line 694:
Line 695:
Line 696: <FORM NAME="menu" METHOD="POST">
Line 697: <SELECT NAME="ddlCategory" SIZE=1 onChange="GoToMenu()">
Line 698: <option value="#">View By Category:</option>
Line 699: <OPTION VALUE="list.aspx?t=Future">All Alumni Events</OPTION>
Line 700: <OPTION VALUE="list.aspx?t=Young%20Alumni">Young Alumni</OPTION>
Line 701: <OPTION VALUE="list.aspx?t=Regional">Regional</OPTION>
Line 702: <OPTION VALUE="list.aspx?t=Athletics%20Corner">Athletics Corner</OPTION>
Line 703: <OPTION VALUE="list.aspx?t=Reunions">Reunions</OPTION>
Line 704: <OPTION VALUE="list.aspx?t=Cultural">Cultural</OPTION>
Line 705: <OPTION VALUE="list.aspx?t=Theatre">Fordham Theatre Program</OPTION>
Line 706: <OPTION VALUE="list.aspx?t=Lectures">Lectures</OPTION>
Line 707: <OPTION VALUE="http://www.alumni.fordham.edu/travel/list.aspx">Travel</OPTION>
Line 708: <OPTION VALUE="list.aspx?t=Other">Other</OPTION>
Line 709: <OPTION VALUE="http://www.fordham.edu/Academics/Calendars__Schedules_15128.asp">Academic Calendars</OPTION>
Line 710: <OPTION VALUE="http://fordhamsports.cstv.com/ot/sport-schedules.html">Athletic Game Calendar</OPTION>
Line 711: <OPTION VALUE="http://webviewer.unival.com/fordham/wv3_servlet/urd/run/wv_event.DayList">University Calendar</OPTION>
Line 712: </SELECT>
Line 713: </form>
Line 714: <br>
Line 715: <script type="text/javascript">
Line 716: function showDiv(objectID) {
Line 717: var theElementStyle = document.getElementById(objectID);
Line 718: if(theElementStyle.style.display == "block"){
Line 719: theElementStyle.style.display = "none";
Line 720: }else{
Line 721: theElementStyle.style.display = "block";}
Line 722: }
Line 723: </script>
Line 724:
Line 725: <br>
Line 726:
Line 727: </TD>
Line 728: <TD WIDTH='34%' BGCOLOR='#FFFFFF' VALIGN=Top rowspan="2">
Line 729: <form runat=server>
Line 730: <asp:Calendar
Line 731: id=Calendar1
Line 732: TitleStyle-BackColor="#f2edd6"
Line 733: OnDayRender="Calendar_RenderDay"
Line 734: OnSelectionChanged="Calendar_SelectionChanged"
Line 735: OnVisibleMonthChanged="Calendar_MonthChanged"
Line 736: runat="server"
Line 737: />
Line 738: </form>
Line 739: <BR><asp:Label id=Label1 runat="server" />
Line 740: <br>
Line 741: <div onMouseOver="showDiv('TW-Pop');return false;" onMouseOut="showDiv('TW-Pop');return false;">
Line 742: <% =sRSS %>
Line 743: </div>
Line 744: </TD>
Line 745: </TR>
Line 746: <tr><TD WIDTH='10%' NOWRAP valign="bottom" style="font-family: Trebuchet, Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none;">Date</TD>
Line 747: <TD WIDTH='56%' valign="bottom" style="font-family: Trebuchet, Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none;"><FONT COLOR='#900028'><B><% =UCASE(sTitle) %></B></FONT></TD>
Line 748: <!-- <TD WIDTH='5%'> Clicks </TD> --></tr>
Line 749:
Line 750:
Line 751:
Line 752: </TABLE>
Line 753:
Line 754: <TABLE BORDER=0 WIDTH=580 ALIGN=Center CELLSPACING=0 CELLPADDING=0>
Line 755: <TR><TD>
Line 756:
Line 757: <!-- ============================== -->
Line 758: <!-- Content -->
Line 759: <!-- ============================== -->
Line 760:
|