Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1070 lines (1012 sloc)
49 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
| <!-- saved from url=(0025)http://www.lafayette.edu/ --> | |
| <HTML><HEAD><TITLE>Lafayette College</TITLE> | |
| <META content="text/html; charset=windows-1252" http-equiv=Content-Type> | |
| <META | |
| content="Lafayette College in Easton, Pa., is one of the nation's premier undergraduate Liberal Arts/Engineering colleges, combining the highest academic standards with diverse student-centered, active-learning programs." | |
| lang=en-us name=Description> | |
| <META | |
| content="lafayette college, liberal arts, engineering, students, campus, college, scholarships, university, higher education, easton, pennsylvania, pa, lehigh valley, patriot league" | |
| lang=en-us name=Keywords> | |
| <META content="7200; URL=http://www.lafayette.edu/" http-equiv=refresh> | |
| <SCRIPT language=JavaScript> | |
| <!-- | |
| //-------------------------------- | |
| // IMAGE SWAPPING CODE FOR THE TOP MENU BUTTONS | |
| // -- This section pre-loads the images to be swapped-in | |
| // for the menu rollovers. | |
| //-------------------------------- | |
| if (document.images) { | |
| var academics_on = new Image(); | |
| academics_on.src = "http://www.lafayette.edu/info/images/toolbar/front/academics_on.gif"; | |
| var academics_off = new Image(); | |
| academics_off.src = "http://www.lafayette.edu/info/images/toolbar/front/academics.gif"; | |
| var admissions_on = new Image(); | |
| admissions_on.src = "http://www.lafayette.edu/info/images/toolbar/front/admissions_on.gif"; | |
| var admissions_off = new Image(); | |
| admissions_off.src = "http://www.lafayette.edu/info/images/toolbar/front/admissions.gif"; | |
| var community_on = new Image(); | |
| community_on.src = "http://www.lafayette.edu/info/images/toolbar/front/community_on.gif"; | |
| var community_off = new Image(); | |
| community_off.src = "http://www.lafayette.edu/info/images/toolbar/front/community.gif"; | |
| var cultural_on = new Image(); | |
| cultural_on.src = "http://www.lafayette.edu/info/images/toolbar/front/cultural_on.gif"; | |
| var cultural_off = new Image(); | |
| cultural_off.src = "http://www.lafayette.edu/info/images/toolbar/front/cultural.gif"; | |
| var sports_on = new Image(); | |
| sports_on.src = "http://www.lafayette.edu/info/images/toolbar/front/sports_on.gif"; | |
| var sports_off = new Image(); | |
| sports_off.src = "http://www.lafayette.edu/info/images/toolbar/front/sports.gif"; | |
| var studentlife_on = new Image(); | |
| studentlife_on.src = "http://www.lafayette.edu/info/images/toolbar/front/studentlife_on.gif"; | |
| var studentlife_off = new Image(); | |
| studentlife_off.src = "http://www.lafayette.edu/info/images/toolbar/front/studentlife.gif"; | |
| } | |
| function swapImg (imagePlaceholder, newSRC) { | |
| if (document.images) { | |
| imagePlaceholder.src = newSRC; | |
| return true; | |
| } | |
| } | |
| //-------------------------------- | |
| // DISPLAY DATE FUNCTIONS | |
| // -- This bit of code prepares the date variables for | |
| // display of the current date in the news section header. | |
| //-------------------------------- | |
| function initArray() | |
| { | |
| for(i = 0; i < initArray.arguments.length; i++) | |
| this[i] = initArray.arguments[i]; | |
| } | |
| var monthNames = new initArray("January","February","March","April","May","June","July","August","September","October","November","December"); | |
| var dayNames = new initArray("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"); | |
| var today = new Date(); | |
| var day = dayNames[today.getDay()]; | |
| var dayNumber = today.getDate(); | |
| var month = monthNames[today.getMonth()]; | |
| var year = today.getYear(); | |
| if (year < 1000) { | |
| year += 1900; | |
| } | |
| //-------------------------------- | |
| // RESIZE BUG FIX | |
| // -- Netscape 4 kills its css info for dhtml on a | |
| // window resize. This code remedies the problem. | |
| //-------------------------------- | |
| // resize.js 0.3 970811 | |
| // by gary smith | |
| // js component for "reloading page onResize" | |
| function resize() { | |
| if (saveInnerWidth < window.innerWidth || | |
| saveInnerWidth > window.innerWidth || | |
| saveInnerHeight > window.innerHeight || | |
| saveInnerHeight < window.innerHeight ) | |
| { | |
| window.history.go(0); | |
| } | |
| } | |
| if (!window.saveInnerWidth) { | |
| window.onresize = resize; | |
| window.saveInnerWidth = window.innerWidth; | |
| window.saveInnerHeight = window.innerHeight; | |
| } | |
| //-------------------------------- | |
| // DYNAMIC MENUS | |
| // -- Initialize the mReady variable that will be set to TRUE | |
| // when the menus have all been initialized and ready for display. | |
| //-------------------------------- | |
| var mReady = 0; | |
| //-------------------------------- | |
| // POP-UP WINDOWS | |
| // -- Provides a function for popping a new window | |
| // for specific links to small pages. | |
| //-------------------------------- | |
| var defaultOpts = "width=300,height=420,toolbar=1,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1"; | |
| var winName = "tinywindow"; | |
| function openIt(filename) { | |
| winOpen(filename, 'null'); | |
| } | |
| function winOpen(filename, winOpts) | |
| { | |
| // SET DEFAULT OPTIONS FOR THE WINDOW OPENER IF NONE ARE SUPPLIED | |
| if (winOpts == '' || winOpts == "null") | |
| winOpts = defaultOpts; | |
| // DO THE DEFAULT OPENER FIRST | |
| window.open(filename,winName,winOpts); | |
| return; | |
| } // winOpen() | |
| // --> | |
| </SCRIPT> | |
| <STYLE type=text/css>A:hover { | |
| COLOR: #ff0000 | |
| } | |
| A { | |
| COLOR: navy | |
| } | |
| A.promolink { | |
| COLOR: black | |
| } | |
| A.section0 { | |
| FONT-FAMILY: helvetica,arial,sans-serif; FONT-SIZE: 11pt; TEXT-DECORATION: underline | |
| } | |
| A.section1 { | |
| TEXT-DECORATION: none | |
| } | |
| A.section2 { | |
| TEXT-DECORATION: none | |
| } | |
| A.section3 { | |
| TEXT-DECORATION: none | |
| } | |
| A.section4 { | |
| TEXT-DECORATION: none | |
| } | |
| A.menuitem { | |
| COLOR: navy; FONT-FAMILY: verdana,geneva,helvetica,sans-serif; FONT-SIZE: 9pt; TEXT-DECORATION: none | |
| } | |
| A.menuitem:hover { | |
| COLOR: red; FONT-FAMILY: verdana,geneva,helvetica,sans-serif; FONT-SIZE: 9pt; TEXT-DECORATION: none | |
| } | |
| A.newsreleases { | |
| COLOR: #990033; TEXT-DECORATION: none | |
| } | |
| FONT.section0 { | |
| FONT-FAMILY: helvetica,arial,sans-serif; FONT-SIZE: 10pt | |
| } | |
| FONT.section1 { | |
| FONT-FAMILY: helvetica,arial,sans-serif; FONT-SIZE: 10pt | |
| } | |
| FONT.section2 { | |
| FONT-FAMILY: helvetica,arial,sans-serif; FONT-SIZE: 10pt | |
| } | |
| FONT.section3 { | |
| FONT-FAMILY: helvetica,arial,sans-serif; FONT-SIZE: 10pt | |
| } | |
| FONT.section4 { | |
| FONT-FAMILY: helvetica,arial,sans-serif; FONT-SIZE: 10pt | |
| } | |
| FONT.newsreleases { | |
| FONT-FAMILY: verdana,helvetica,arial,sans-serif; FONT-WEIGHT: 600 | |
| } | |
| FONT.heading0 { | |
| COLOR: #990033; FONT-FAMILY: helvetica,arial,sans-serif; FONT-SIZE: 12pt; FONT-WEIGHT: 700 | |
| } | |
| FONT.heading2 { | |
| COLOR: #990033; FONT-FAMILY: helvetica,arial,sans-serif; FONT-SIZE: 12pt; FONT-WEIGHT: 600 | |
| } | |
| FONT.heading3 { | |
| COLOR: #990033; FONT-FAMILY: helvetica,arial,sans-serif; FONT-SIZE: 12pt; FONT-WEIGHT: 600 | |
| } | |
| FONT.heading4 { | |
| COLOR: #990033; FONT-FAMILY: helvetica,arial,sans-serif; FONT-SIZE: 12pt; FONT-WEIGHT: 600 | |
| } | |
| FONT.search { | |
| COLOR: #990033; FONT-FAMILY: helvetica,arial,sans-serif; FONT-SIZE: 11pt; FONT-WEIGHT: 600 | |
| } | |
| FONT.search-help { | |
| COLOR: #990033; FONT-FAMILY: verdana,geneva,arial,sans-serif; FONT-SIZE: 8pt | |
| } | |
| ADDRESS { | |
| COLOR: white; FONT-FAMILY: helvetica,arial,sans-serif; FONT-SIZE: 10pt; FONT-STYLE: normal | |
| } | |
| </STYLE> | |
| <META content="MSHTML 5.00.2314.1000" name=GENERATOR></HEAD> | |
| <BODY aLink=#ff0000 | |
| background="Lafayette College_files/background_curve_20000403.gif" bgColor=white | |
| link=#330066 topMargin=0 vLink=#330066 marginheight="0"> | |
| <FORM action=http://www.lafayette.edu:8765/query.html method=get name=seek> | |
| <TABLE border=0 cellPadding=0 cellSpacing=0> | |
| <TBODY> | |
| <TR> | |
| <TD><A href="http://www.lafayette.edu/info/academics/" | |
| onmouseout="swapImg(document.academics,academics_off.src); if (mReady) menu[0].toggleOff();" | |
| onmouseover="swapImg(document.academics,academics_on.src); if (mReady) menu[0].toggleOn();"><IMG | |
| alt=academics border=0 height=32 name=academics | |
| src="Lafayette College_files/academics.gif" width=77></A></TD> | |
| <TD><A href="http://www.lafayette.edu/info/admissions/" | |
| onmouseout="swapImg(document.admissions,admissions_off.src); if (mReady) menu[1].toggleOff();" | |
| onmouseover="swapImg(document.admissions,admissions_on.src); if (mReady) menu[1].toggleOn();"><IMG | |
| alt=admissions border=0 height=32 name=admissions | |
| src="Lafayette College_files/admissions.gif" width=85></A></TD> | |
| <TD><A href="http://www.lafayette.edu/info/community/" | |
| onmouseout="swapImg(document.community,community_off.src); if (mReady) menu[2].toggleOff();" | |
| onmouseover="swapImg(document.community,community_on.src); if (mReady) menu[2].toggleOn();"><IMG | |
| alt=community border=0 height=32 name=community | |
| src="Lafayette College_files/community.gif" width=84></A></TD> | |
| <TD><A href="http://www.lafayette.edu/info/culture/" | |
| onmouseout="swapImg(document.cultural,cultural_off.src); if (mReady) menu[3].toggleOff();" | |
| onmouseover="swapImg(document.cultural,cultural_on.src); if (mReady) menu[3].toggleOn();"><IMG | |
| alt=cultural border=0 height=32 name=cultural | |
| src="Lafayette College_files/cultural.gif" width=65></A></TD> | |
| <TD><A href="http://www.goleopards.com/" | |
| onmouseout="swapImg(document.sports,sports_off.src); if (mReady) menu[4].toggleOff();" | |
| onmouseover="swapImg(document.sports,sports_on.src); if (mReady) menu[4].toggleOn();"><IMG | |
| alt=sports border=0 height=32 name=sports | |
| src="Lafayette College_files/sports.gif" width=63></A></TD> | |
| <TD><A href="http://www.lafayette.edu/info/student_life" | |
| onmouseout="swapImg(document.studentlife,studentlife_off.src); if (mReady) menu[5].toggleOff();" | |
| onmouseover="swapImg(document.studentlife,studentlife_on.src); if (mReady) menu[5].toggleOn();"><IMG | |
| alt="student life" border=0 height=32 name=studentlife | |
| src="Lafayette College_files/studentlife.gif" width=88></A></TD> | |
| <TD width=30> </TD> | |
| <TD align=right><FONT face=sans-serif size=-1><INPUT maxLength=2047 | |
| name=qt size=10></FONT> </TD> | |
| <TD><INPUT border=0 src="Lafayette College_files/search_button.gif" | |
| type=image><A href="http://www.lafayette.edu:8765/help/"><IMG | |
| alt="Help on Searching" border=0 height=21 | |
| src="Lafayette College_files/search_question_button.gif" | |
| width=16></A></TD></TR> | |
| <TR> | |
| <TD colSpan=6><IMG alt="The Lafayette Experience" border=0 height=56 | |
| src="Lafayette College_files/lafayette_experience_horiz.gif" width=462></TD> | |
| <TD align=right colSpan=3><A | |
| href="http://www.lafayette.onlinecommunity.com/" | |
| onmouseout="if (mReady) menu[6].toggleOff();" | |
| onmouseover="if (mReady) menu[6].toggleOn();"><IMG | |
| alt="Alumni Online Community" border=0 height=35 | |
| src="Lafayette College_files/alumni_button.gif" width=112></A></TD></TR> | |
| <TR> | |
| <TD colSpan=6> | |
| <ADDRESS> Lafayette College, Easton, PA 18042</ADDRESS></TD> | |
| <TD colSpan=3></TD></TR></TBODY></TABLE><INPUT name=rq type=hidden value=0> | |
| <INPUT name=qp type=hidden> <INPUT name=qs type=hidden> <INPUT name=qc | |
| type=hidden> <INPUT name=ws type=hidden value=0> <INPUT name=qm type=hidden | |
| value=0> <INPUT name=st type=hidden value=1> <INPUT name=nh type=hidden | |
| value=10> <INPUT name=lk type=hidden value=1> <INPUT name=rf type=hidden | |
| value=0> <INPUT name=oq type=hidden> <INPUT name=rq type=hidden value=0> </FORM> | |
| <TABLE border=0 cellPadding=0 cellSpacing=0 width=610> | |
| <TBODY> | |
| <TR><!-- Skip the LEFT column --><!-- This also serves for some leading between the "laf exp" image and the campus image --> | |
| <TD vAlign=top width=295><IMG alt="" border=0 height=25 | |
| src="Lafayette College_files/clear.gif" width=1></TD><!-- This is a middle gutter --> | |
| <TD rowSpan=2 width=10> </TD><!-- Print the RIGHT column first so that better info is indexed by search engines --> | |
| <TD rowSpan=2 vAlign=top width=305><!-- PROMO IMAGES --> | |
| <TABLE border=0 cellPadding=0 cellSpacing=0> | |
| <TBODY> | |
| <TR> | |
| <TD vAlign=top><A class=promolink | |
| href="http://www.lafayette.edu/info/admissions/marquis/"><IMG | |
| alt="Academic Scholarships" border=2 height=110 | |
| src="Lafayette College_files/promo_scholarship.jpg" width=95></A></TD> | |
| <TD width=5> </TD> | |
| <TD vAlign=top><SPAN style="FONT-SIZE: 15pt"> </SPAN><BR><A | |
| class=promolink | |
| href="http://www.lafayette.edu/info/promos/campaign/main.html"><IMG | |
| alt="Lafayette Leadership Campaign" border=2 height=110 | |
| src="Lafayette College_files/promo_campaign.jpg" width=95></A></TD> | |
| <TD width=5> </TD> | |
| <TD vAlign=top><A class=promolink | |
| href="http://www.lafayette.edu/info/calendar"><IMG | |
| alt="Calendar of Events" border=2 height=110 | |
| src="Lafayette College_files/promo_calendar.gif" | |
| width=95></A></TD></TR></TBODY></TABLE> | |
| <P><FONT class=heading0 color=#990033 | |
| face=verdana,helvetica,arial,sans-serif size=+1> | |
| <SCRIPT language=javascript> | |
| <!-- | |
| document.write(month + " " + dayNumber + ", " + year); | |
| // --> | |
| </SCRIPT> | |
| </FONT></P> | |
| <P><FONT face=helvetica,arial,sans-serif><B><A class=section0 | |
| href="http://www.lafayette.edu/info/press/?releases/barron2.html">Lafayette | |
| Rated "Most Competitive"</A></B></FONT><BR><FONT class=section0 | |
| face=helvetica,arial,sans-serif size=-1><IMG align=left | |
| alt="Barron's Most Competitive Colleges cover" border=1 height=55 hspace=4 | |
| src="Lafayette College_files/barrons_icon.jpg" vspace=3 width=44> It's | |
| among only about 50 colleges and universities in the nation rated as | |
| America's "most academically competitive colleges" by Barron's </FONT></P> | |
| <P><FONT face=helvetica,arial,sans-serif><B><A class=section0 | |
| href="http://www.lafayette.edu/info/press/?releases/dedication.html">Kirby | |
| Sports Center Dedicated</A></B></FONT><BR><FONT class=section0 | |
| face=helvetica,arial,sans-serif size=-1>The <B>Kirby Foundation's</B> | |
| support for the complex is part of a $32.5 million gift to Lafayette, the | |
| largest contribution ever received by a college, university, or other | |
| non-profit organization in the Lehigh Valley</FONT></P> | |
| <P><FONT face=helvetica,arial,sans-serif><B><A class=section0 | |
| href="http://www.lafayette.edu/info/press/?releases/ramer2.html">Germany | |
| Honors Board Chair Ramer</A></B></FONT><BR><FONT class=section0 | |
| face=helvetica,arial,sans-serif size=-1><B>Lawrence J. Ramer '50</B>, | |
| chairman of Lafayette's Board of Trustees, is awarded the Large National | |
| Decoration of the Order of Merit of the Federal Republic of Germany for | |
| advancing German-Jewish relations</FONT></P> | |
| <P><FONT face=helvetica,arial,sans-serif><B><A class=section0 | |
| href="http://www.lafayette.edu/info/press/?releases/wrap2000.html">Will | |
| Speaks of Virtues</A></B></FONT><BR><FONT class=section0 | |
| face=helvetica,arial,sans-serif size=-1>Abandon talk of values, embrace | |
| talk of virtues, <B>George F. Will</B> tells 512 graduating seniors and | |
| their families at the 165th Commencement. The complete text of Will's | |
| speech is posted here</FONT></P> | |
| <P><FONT face=helvetica,arial,sans-serif><B><A class=section0 | |
| href="http://www.lafayette.edu/info/press/?releases/fried.html">Discovery | |
| Channel to Spotlight Fried</A></B></FONT><BR><FONT class=section0 | |
| face=helvetica,arial,sans-serif size=-1>The Discovery Channel plans to | |
| feature <B>Bernard Fried</B>, the Kreider Professor Emeritus of Biology | |
| and one of the world's foremost experts in parasitology, in a special | |
| prime-time program</FONT></P> | |
| <P><FONT face=helvetica,arial,sans-serif><B><A class=section0 | |
| href="http://www.lafayette.edu/info/press/?releases/fiske.html">Major | |
| Kudos for Lafayette</A></B></FONT><BR><FONT class=section0 | |
| face=helvetica,arial,sans-serif size=-1>"Lafayette College is taking large | |
| leaps forward -- attracting some of the best and brightest students in the | |
| nation," says <I>The Fiske Guide To Colleges</I></FONT></P> | |
| <P></P> | |
| <DIV align=left><FONT color=gray>. . . . . . . . . . . . . . . . . . . | |
| .</FONT><BR><SPAN style="FONT-SIZE: 4pt"> </SPAN></DIV><FONT | |
| class=heading3 color=#990033 face=helvetica,arial,sans-serif | |
| size=+1>Academic Powerhouse</FONT> | |
| <P> | |
| <P><FONT class=section3 face=helvetica,arial,sans-serif size=-1><A | |
| class=section3 | |
| href="http://www.lafayette.edu/info/press/?releases/pbk2000.html">Fifty-nine | |
| students are members of <B>Phi Beta Kappa</B></A></FONT></P> | |
| <P><FONT class=section3 face=helvetica,arial,sans-serif size=-1><A | |
| class=section3 | |
| href="http://www.lafayette.edu/info/press/?releases/facultyawards2000.html">Outstanding | |
| professors and other members of the Lafayette community are honored for | |
| distinguished teaching, scholarly research, and service at the annual | |
| trustee-faculty dinner</A></FONT></P> | |
| <P><FONT class=section3 face=helvetica,arial,sans-serif size=-1><A | |
| class=section3 | |
| href="http://www.lafayette.edu/info/press/?releases/paolino.html"><B>James | |
| P. Schaffer</B> will succeed <B>Michael A. Paolino</B> as director of one | |
| of the nation's leading undergraduate engineering programs</A></FONT></P> | |
| <P><FONT class=section3 face=helvetica,arial,sans-serif size=-1><A | |
| class=section3 | |
| href="http://www.lafayette.edu/info/press/?releases/roth.html"><B>Civil | |
| and Environ. Engr. Prof. Mary S.J. Roth '83</B> receives Fulbright Grant | |
| for study in Norway and is named Lehigh Valley Engineer of the | |
| Year</A></FONT></P> | |
| <P><FONT class=section3 face=helvetica,arial,sans-serif size=-1><A | |
| class=section3 | |
| href="http://www.lafayette.edu/info/press/?releases/hill.htm"><B>Pennsylvania | |
| Professor of the Year: Wendy L. Hill</B>, associate professor of | |
| psychology and chair of neuroscience, is honored for extraordinary | |
| teaching and impact on students</A></FONT></P> | |
| <P><FONT class=section3 face=helvetica,arial,sans-serif size=-1><A | |
| class=section3 | |
| href="http://www.lafayette.edu/info/press/?releases/cbsmckel.html"><I>CBS | |
| News Sunday Morning</I> features the <B>McKelvy House | |
| Scholars</B></A></FONT></P> | |
| <P><FONT class=section3 face=helvetica,arial,sans-serif size=-1><A | |
| class=section3 | |
| href="http://www.lafayette.edu/info/press/?releases/forensics4.html"><B>Lafayette | |
| Forensics Society</B> places third in Novice National Individual Events | |
| Tournament</A></FONT></P> | |
| <P><FONT class=section3 face=helvetica,arial,sans-serif size=-1><A | |
| class=section3 | |
| href="http://www.lafayette.edu/info/press/?releases/putnam.html">Lafayette | |
| places in top 16 percent in the <B>William Lowell Putnam Mathematical | |
| Competition</B></A></FONT></P> | |
| <P><FONT class=section3 face=helvetica,arial,sans-serif size=-1><A | |
| class=section3 | |
| href="http://www.lafayette.edu/info/press/?releases/artsbuilding.html">The | |
| <B>Williams Visual Arts Building</B>, a $3.5 million studio and gallery | |
| complex in downtown Easton, will be one of the nation's leading high-tech | |
| facilities for art education and exhibitions</A></FONT></P> | |
| <P><FONT class=section3 face=helvetica,arial,sans-serif size=-1><A | |
| class=section3 | |
| href="http://www.lafayette.edu/info/press/releases/CLIR.html"><B>Skillman | |
| Library</B> recognized as a national model in its innovative use of | |
| technology to improve student learning</A></FONT></P> | |
| <P><FONT class=section3 face=helvetica,arial,sans-serif size=-1><A | |
| class=section3 | |
| href="http://www.lafayette.edu/sports/news/gradrates.html">Academic slam | |
| dunk: <B>Perfect graduation rate</B> for basketball players is best in | |
| nation</A></FONT></P> | |
| <P><FONT class=newsreleases face=helvetica,arial,sans-serif size=-1><A | |
| class=newsreleases href="http://www.lafayette.edu/info/press/">Searchable | |
| New Release Archive</A></FONT></P> | |
| <DIV align=center><FONT color=gray>. . . . . . . . . . . . . . . . . | |
| .</FONT><BR><SPAN style="FONT-SIZE: 4pt"> </SPAN><BR><IMG | |
| alt=Lafayette border=0 height=27 | |
| src="Lafayette College_files/lafayette_small.gif" width=106><BR><FONT | |
| face=helvetica,arial,sans-serif size=-2>Easton, Pa 18042<BR>(610) | |
| 330-5000</FONT></DIV></TD><!-- end of right column --></TR> | |
| <TR><!-- now print the left column --> | |
| <TD vAlign=top width=295><!-- ERIM MULLER PROMO PICTURE --><IMG | |
| align=right alt="Erin Muller" border=0 height=200 | |
| src="Lafayette College_files/promo_erinmuller150x200.jpg" width=150> <!-- ERIM MULLER PROMO PICTURE --> | |
| <P><A class=section1 | |
| href="http://www.lafayette.edu/info/press/?releases/usatoday.html"><FONT | |
| class=section1 face=helvetica,arial,sans-serif size=-1><B>Erin Muller | |
| Honored</B></FONT><BR><FONT class=section1 face=helvetica,arial,sans-serif | |
| size=-1><I>USA Today</I> cites the senior biochemistry major from | |
| Riverton, Conn., as one of the nation's top 100 students</FONT></A></P> | |
| <P><A class=section1 | |
| href="http://www.lafayette.edu/info/press/?releases/rippke.html"><FONT | |
| class=section1 face=helvetica,arial,sans-serif size=-1><B>Ian Rippke '00 | |
| is</B></FONT><BR><FONT class=section1 face=helvetica,arial,sans-serif | |
| size=-1>awarded a three-year National Science Foundation Graduate | |
| Fellowship</FONT></A></P> | |
| <P><A class=section1 | |
| href="http://www.lafayette.edu/info/press/?releases/eremus.html"><FONT | |
| class=section1 face=helvetica,arial,sans-serif size=-1><B>Sarah Eremus '00 | |
| wins a Fulbright Fellowship</B></FONT><BR><FONT class=section1 | |
| face=helvetica,arial,sans-serif size=-1>for study in Japan</FONT></A></P> | |
| <P><A class=section1 | |
| href="http://www.lafayette.edu/info/press/?releases/patton.html"><FONT | |
| class=section1 face=helvetica,arial,sans-serif size=-1><B><B>Matthew | |
| Patton '02</B> receives a Goldwater</B></FONT><BR><FONT class=section1 | |
| face=helvetica,arial,sans-serif size=-1>Scholarship, the premier | |
| undergraduate award in math, science, and engineering</FONT></A></P><BR | |
| clear=all> | |
| <DIV align=left><FONT color=gray>. . . . . . . . . . . . . . . . . . . | |
| .</FONT><BR><IMG alt="" border=0 height=5 | |
| src="Lafayette College_files/clear.gif" width=1></DIV><FONT class=heading2 | |
| color=#990033 face=helvetica,arial,sans-serif size=+1>Student-Centered, | |
| Active-Learning</FONT> | |
| <P> | |
| <P><FONT class=section2 face=helvetica,arial,sans-serif size=-1><A | |
| class=section2 | |
| href="http://www.mcall.com/html/news/regional/b_pg002b2_3simulator.htm">Tech | |
| Clinic students have teamed with Easton's Weller Center for Health | |
| Education to "grasp reality and make a difference" with a new installation | |
| that simulates drunk driving</A></FONT></P> | |
| <P><FONT class=section2 face=helvetica,arial,sans-serif size=-1><A | |
| class=section2 | |
| href="http://www.lafayette.edu/info/press/?releases/ncur2000.html">Students | |
| present scholarship at National Conference on Undergraduate | |
| Research</A></FONT></P> | |
| <P><FONT class=section2 face=helvetica,arial,sans-serif size=-1><A | |
| class=section2 | |
| href="http://www.lafayette.edu/info/press/?releases/paacad2.html">Students | |
| present research at annual meeting of Pa. Academy of | |
| Science</A></FONT></P> | |
| <P><FONT class=section2 face=helvetica,arial,sans-serif size=-1><A | |
| class=section2 | |
| href="http://www.lafayette.edu/info/press/?releases/hc2000humanities.html">Awards | |
| and Prizes in the Humanities </A></FONT></P> | |
| <P><FONT class=section2 face=helvetica,arial,sans-serif size=-1><A | |
| class=section2 | |
| href="http://www.lafayette.edu/info/press/?releases/hc2000socsci.html">Awards | |
| and Prizes in the Social Sciences</A></FONT></P> | |
| <P><FONT class=section2 face=helvetica,arial,sans-serif size=-1><A | |
| class=section2 | |
| href="http://www.lafayette.edu/info/press/?releases/hc2000natsci.html">Awards | |
| and Prizes in the Natural Sciences</A></FONT></P> | |
| <P><FONT class=section2 face=helvetica,arial,sans-serif size=-1><A | |
| class=section2 | |
| href="http://www.lafayette.edu/info/press/?releases/hc2000engineering.html">Awards | |
| and Prizes in Engineering</A></FONT></P> | |
| <P><FONT class=section2 face=helvetica,arial,sans-serif size=-1><A | |
| class=section2 | |
| href="http://www.lafayette.edu/info/press/?releases/hc2000special.html">Special | |
| Awards and Prizes</A></FONT></P> | |
| <P><BR> | |
| <TABLE border=0 cellPadding=0 cellSpacing=0 width=290> | |
| <TBODY> | |
| <TR> | |
| <TD align=right width=31><SPAN | |
| style="FONT-SIZE: 20pt"> </SPAN></TD> | |
| <TD bgColor=#6699cc colSpan=4> </TD></TR> | |
| <TR> | |
| <TD vAlign=top width=31><A | |
| href="http://www.lafayette.edu/info/promos/experience/"><IMG | |
| alt="The Lafayette Experience _1" border=0 height=128 | |
| src="Lafayette College_files/exp_1.jpg" width=31></A></TD> | |
| <TD bgColor=#6699cc vAlign=top width=59><A | |
| href="http://www.lafayette.edu/info/promos/experience/"><IMG | |
| alt="The Lafayette Experience _2" border=0 height=128 | |
| src="Lafayette College_files/exp_2.jpg" width=59></A></TD> | |
| <TD bgColor=#6699cc width=10> </TD> | |
| <TD bgColor=#6699cc vAlign=top width=180> | |
| <P><FONT color=white face=helvetica,arial,sans-serif | |
| size=-1><B>The</B></FONT><BR><A | |
| href="http://www.lafayette.edu/info/promos/experience/"><FONT | |
| color=#ffffff face=helvetica,arial,sans-serif size=+1 | |
| style="TEXT-DECORATION: none"><B>Lafayette | |
| Experience</B></FONT></A></P> | |
| <P><FONT color=white face=helvetica,arial,sans-serif | |
| size=-1>Lafayette is dedicated to helping young men and women | |
| achieve their full academic, social and personal potential. Students | |
| are prepared for leadership through student-centered, | |
| active-learning experiences that combine high academic standards | |
| with diverse extracurricular programs in a unique college | |
| environment. </FONT></P></TD> | |
| <TD bgColor=#6699cc width=10> </TD></TR> | |
| <TR> | |
| <TD align=right width=31><SPAN | |
| style="FONT-SIZE: 25pt"> </SPAN></TD> | |
| <TD bgColor=#6699cc | |
| colSpan=4> </TD></TR></TBODY></TABLE></P> <BR> | |
| <DIV align=left><FONT color=gray>. . . . . . . . . . . . . . . . . . . | |
| .</FONT><BR><SPAN style="FONT-SIZE: 4pt"> </SPAN></DIV><FONT | |
| class=heading4 color=#990033 face=helvetica,arial,sans-serif size=+1>More | |
| News </FONT> | |
| <P> | |
| <P><FONT class=section4 face=helvetica,arial,sans-serif size=-1><A | |
| class=section4 | |
| href="http://www.lafayette.edu/info/press/?releases/hoff2000.html">Students | |
| honor individuals and groups for outstanding contributions to the | |
| community and Lafayette at the 10th annual Aaron O. Hoff Awards | |
| ceremony</A></FONT> </P> | |
| <P><FONT class=section4 face=helvetica,arial,sans-serif size=-1><A | |
| class=section4 | |
| href="http://www.abcnews.go.com/onair/CloserLook/wnt_000317_CL_collegeathletes_feature.html#"><I>ABC | |
| World News Tonight with Peter Jennings</I> features coach Fran O'Hanlon | |
| and the two-time Patriot League champion men's basketball team, | |
| highlighting the players' academic achievements and career aspirations and | |
| the program's perfect graduation rate. (For video, click on photo as | |
| indicated.)</A></FONT> </P> | |
| <P><FONT class=section4 face=helvetica,arial,sans-serif size=-1><A | |
| class=section4 | |
| href="http://www.mcall.com/html/news/easton/b43dance.htm">Kappa Delta Rho | |
| and Pi Beta Phis 20th annual Dance Marathon benefits The Children's Home | |
| of Easton and Spring Garden Children's Center</A></FONT> </P> | |
| <P><FONT class=section4 face=helvetica,arial,sans-serif size=-1><A | |
| class=section4 | |
| href="http://www.lafayette.edu/info/press/?releases/realmen2000.html">"Real | |
| Men of Lafayette" take a stand against sexual assault and | |
| harassment</A></FONT> </P></TD></TR></TBODY></TABLE><BR> | |
| <TABLE width=600> | |
| <TBODY> | |
| <TR> | |
| <TD align=middle><A href="http://www.lafayette.edu/"><IMG | |
| alt="Lafayette College Home" border=0 height=70 name=icon_home | |
| src="Lafayette College_files/icon_home.gif" width=60></A> <A | |
| href="http://www.lafayette.edu/acs/directory/lcdsearch.html"><IMG | |
| alt="Lafayette College Directory" border=0 height=70 name=icon_directory | |
| src="Lafayette College_files/icon_directory.gif" width=60></A> <A | |
| href="http://www.lafayette.edu/info/calendar/"><IMG | |
| alt="Today's Calendar at Lafayette College" border=0 height=70 | |
| name=icon_calendar src="Lafayette College_files/icon_calendar.gif" | |
| width=60></A> <A | |
| href="http://www.lafayette.edu/cgi-bin/pubinfo/comments.cgi"><IMG | |
| alt="Comments for Lafayette College" border=0 height=70 name=icon_comments | |
| src="Lafayette College_files/icon_comments.gif" width=60></A> | |
| </TD></TR></TBODY></TABLE> | |
| <SCRIPT language=javascript> | |
| <!-- | |
| //---------------------------- | |
| // Fly-over menus for the links at the top of the page | |
| //---------------------------- | |
| // Some Parameters for the menu display | |
| var wait = 1000; // delay before the menu closes automatically | |
| // sniff, sniff... (browser sniffer for the correct DOM implementation). | |
| var ieDOM = (document.all) ? 1 : 0; | |
| var nsDOM = (document.layers) ? 1 : 0; | |
| // set some browser specific variables | |
| var winYOffset = (nsDOM) ? "window.pageYOffset" : "document.body.scrollTop"; | |
| // This is the prototype or constructor for the menu object with | |
| // properties abstracted from the current DOM -- Netscape or Microsoft. | |
| function menuObject(divName) { | |
| this.css = (nsDOM) ? eval('document.'+divName) : eval(divName+'.style'); | |
| this.height = (nsDOM) ? this.css.document.height : eval(divName+'.offsetHeight'); | |
| this.timerID; | |
| this.showMenu = showMenu; | |
| this.hideMenu = hideMenu; | |
| this.toggleOn = toggleMenuOn; | |
| this.toggleOff = toggleMenuOff; | |
| this.obj = divName + 'Object'; // string name for object pointer | |
| eval(this.obj + '=this'); // set variable for object pointer | |
| } | |
| function toggleMenuOn() | |
| { | |
| this.showMenu(); | |
| } | |
| function toggleMenuOff() | |
| { | |
| this.timerID = setTimeout(this.obj+'.hideMenu()',wait); | |
| } | |
| function showMenu() | |
| { | |
| if (!nsDOM && !ieDOM) return; | |
| clearTimeout(this.timerID); | |
| for (i in menu) menu[i].hideMenu(); // close all menus | |
| this.css.visibility = 'visible'; // show current menu | |
| } | |
| function hideMenu() | |
| { | |
| if (!nsDOM && !ieDOM) return; | |
| clearTimeout(this.timerID); | |
| this.css.visibility = 'hidden'; | |
| } | |
| function buildMenus() | |
| // NOTE: This should be called AFTER the menu html has been laid out... | |
| // In other words, at the end of the page, or at the onLoad event. | |
| { | |
| if (!nsDOM && !ieDOM) return; | |
| menu = new Array(); | |
| menu[0] = new menuObject('menu0'); // academics | |
| menu[1] = new menuObject('menu1'); // admissions | |
| menu[2] = new menuObject('menu2'); // community | |
| menu[3] = new menuObject('menu3'); // cultural | |
| menu[4] = new menuObject('menu4'); // sports | |
| menu[5] = new menuObject('menu5'); // student life | |
| menu[6] = new menuObject('menu6'); // alumni | |
| mReady = 1; // menu is loaded and ready... | |
| } | |
| //-------------------------- | |
| // Calendar Icon Functions | |
| // For loading the correct day number on the calendar icon in the footer | |
| //-------------------------- | |
| function showTodayCalendar() | |
| { | |
| if (document.images) { | |
| newCalSrc = ''; | |
| origCalSrc = document.images['icon_calendar'].src; | |
| dotLocation = origCalSrc.lastIndexOf('.'); | |
| for (i = 0; i < dotLocation; i++) { | |
| newCalSrc += origCalSrc.charAt(i); | |
| } | |
| newCalSrc += (dayNumber < 10) ? ('_0' + dayNumber) : ('_' + dayNumber); | |
| for (i; i < origCalSrc.length; i++) { | |
| newCalSrc += origCalSrc.charAt(i); | |
| } | |
| document.images['icon_calendar'].src = newCalSrc; | |
| } | |
| } | |
| // ------------------------------------- | |
| // Definitions for the functions that print | |
| // the table cells for the menus. | |
| // ------------------------------------- | |
| function printMenuTop () { | |
| var out = ''; | |
| out = out + ('<table border=0 cellpadding=0 cellspacing=0><tr>'); | |
| out = out + ('<td><img src="http://www.lafayette.edu/info/images/menu/10_top_left.gif" width=10 height=10 border=0></td>'); | |
| out = out + ('<td bgcolor="#ffffcc"><img src="http://www.lafayette.edu/info/images/clear.gif" height=1 width=200></td>'); | |
| out = out + ('<td><img src="http://www.lafayette.edu/info/images/menu/10_top_right.gif" width=10 height=10 border=0></td>'); | |
| out = out + ('</tr><tr>'); | |
| out = out + ('<td bgcolor="#ffffcc"><img src="http://www.lafayette.edu/info/images/clear.gif" height=1 width=1></td>'); | |
| out = out + ('<td bgcolor="#ffffcc">'); | |
| return out; | |
| } | |
| function printMenuBottom () { | |
| var out = ''; | |
| out = out + ('</td>'); | |
| out = out + ('<td bgcolor="#ffffcc"><img src="http://www.lafayette.edu/info/images/clear.gif" height=1 width=1></td>'); | |
| out = out + ('</tr><tr>'); | |
| out = out + ('<td><img src="http://www.lafayette.edu/info/images/menu/10_bottom_left.gif" width=10 height=10 border=0></td>'); | |
| out = out + ('<td bgcolor="#ffffcc"><img src="http://www.lafayette.edu/info/images/clear.gif" height=1 width=200></td>'); | |
| out = out + ('<td><img src="http://www.lafayette.edu/info/images/menu/10_bottom_right.gif" width=10 height=10 border=0></td>'); | |
| out = out + ('</tr></table>'); | |
| return out; | |
| } | |
| function printMenuLinks (sectionNum, names, links) { | |
| // pass an array of link names and an array of urls to be printed | |
| // in the pull-down menu. Use <br> for a 'names' value to create a | |
| // blank line in the menu. | |
| var out = ''; | |
| for (var i = 0; i < names.length; i++) { | |
| if (names[i] == '<br>') { | |
| out = out + '<br>'; | |
| } else { | |
| out = out + ('<a class="menuitem" onMouseOver="if (mReady) menu[' + sectionNum + '].toggleOn()" onMouseOut="if (mReady) menu[' + sectionNum + '].toggleOff()" href="' + links[i] + '">' + names[i] + '</a><br>'); | |
| } | |
| } | |
| return out; | |
| } | |
| // --> | |
| </SCRIPT> | |
| <DIV id=menu0 | |
| style="LEFT: 4px; POSITION: absolute; TOP: 35px; VISIBILITY: hidden; WIDTH: 235px"> | |
| <SCRIPT language=javascript> | |
| <!-- | |
| if (nsDOM || ieDOM) { | |
| var sectionNum = '0'; | |
| var names = new Array(); | |
| var links = new Array(); | |
| names[0] = 'Academic Assistance'; | |
| links[0] = 'http://www.lafayette.edu/info/academics/'; | |
| names[1] = 'Academic Calendar'; | |
| links[1] = 'http://www.lafayette.edu/info/coming_up/calendar.html'; | |
| names[2] = 'Academic Journals'; | |
| links[2] = 'http://www.lafayette.edu/info/academics/academic_journals.html'; | |
| names[3] = 'Catalog 1999-2001'; | |
| links[3] = 'http://www.lafayette.edu/info/academics/catalog/index.html'; | |
| names[4] = 'Computing Services'; | |
| links[4] = 'http://www.lafayette.edu/css/'; | |
| names[5] = 'Course Evaluations'; | |
| links[5] = 'http://www.lafayette.edu/fac-eval/'; | |
| names[6] = 'Course Homepages'; | |
| links[6] = 'http://www.lafayette.edu/info/academics/course_homepages.html'; | |
| names[7] = 'Degrees and Graduation<br> Requirements'; | |
| links[7] = 'http://www.lafayette.edu/info/academics/requirements/index.html'; | |
| names[8] = 'Departments and Majors'; | |
| links[8] = 'http://www.lafayette.edu/info/academics/departments/index.html'; | |
| names[9] = 'Faculty Home Pages'; | |
| links[9] = 'http://www.lafayette.edu/info/academics/faculty.html'; | |
| names[10] = 'First-Year Seminar Program'; | |
| links[10] = 'http://www.lafayette.edu/~fys/fyshome.html'; | |
| names[11] = 'Lafayette Academic Scholarships'; | |
| links[11] = 'http://www.lafayette.edu/info/marquis/index.html'; | |
| names[12] = 'Libraries (Skillman and Kirby)'; | |
| links[12] = 'http://www.library.lafayette.edu/'; | |
| names[13] = 'Mission Statement and<br> Accreditation'; | |
| links[13] = 'http://www.lafayette.edu/info/academics/mission.html'; | |
| names[14] = 'Part-Time Studies Program'; | |
| links[14] = 'http://www.lafayette.edu/info/admissions/part_time'; | |
| names[15] = 'Registrar'; | |
| links[15] = 'http://www.lafayette.edu/~registra/index.htm'; | |
| names[16] = 'Special Opportunities'; | |
| links[16] = 'http://www.lafayette.edu/info/academics/special_ops/index.html'; | |
| names[17] = 'Study-Abroad Program'; | |
| links[17] = 'http://www.lafayette.edu/info/academics/study/'; | |
| names[18] = 'Values and Science/Technology <br> Program'; | |
| links[18] = 'http://www.lafayette.edu/~vast/vasthp.html'; | |
| document.write( printMenuTop() ); | |
| document.write( printMenuLinks(sectionNum, names, links) ); | |
| document.write( printMenuBottom() ); | |
| } | |
| // --> | |
| </SCRIPT> | |
| </DIV> | |
| <DIV id=menu1 | |
| style="LEFT: 88px; POSITION: absolute; TOP: 35px; VISIBILITY: hidden; WIDTH: 235px"> | |
| <SCRIPT language=javascript> | |
| <!-- | |
| if (nsDOM || ieDOM) { | |
| var sectionNum = '1'; | |
| var names = new Array(); | |
| var links = new Array(); | |
| names[0] = 'Admissions Web Site'; | |
| links[0] = 'http://www.lafayette.edu/info/admissions/'; | |
| names[1] = '<br>'; | |
| links[1] = ''; | |
| names[2] = 'Academic Calendar'; | |
| links[2] = 'javascript:openIt(\'http://www.lafayette.edu/info/academics/academic_calendar.html\')\;'; | |
| names[3] = 'Admissions Staff'; | |
| links[3] = 'http://www.lafayette.edu/info/admissions/staff.html'; | |
| names[4] = 'Alumni Admissions<br> Representatives'; | |
| links[4] = 'http://www.lafayette.edu/info/admissions/aar/'; | |
| names[5] = 'Application'; | |
| links[5] = 'http://www.lafayette.edu/info/admissions/application/'; | |
| names[6] = 'Directions'; | |
| links[6] = 'http://www.lafayette.edu/info/community/directions.html'; | |
| names[7] = 'Early Decision'; | |
| links[7] = 'http://www.lafayette.edu/info/admissions/early_decision.html'; | |
| names[8] = 'Fees'; | |
| links[8] = 'http://www.lafayette.edu/info/admissions/finaid/costs.html'; | |
| names[9] = 'Financial Aid'; | |
| links[9] = 'http://www.lafayette.edu/info/admissions/finaid/index.html'; | |
| names[10] = 'Important Dates'; | |
| links[10] = 'javascript:openIt(\'http://www.lafayette.edu/info/admissions/schedule.html\')\;'; | |
| names[11] = 'Information Request Form'; | |
| links[11] = 'http://www.lafayette.edu/info/admissions/info_request_form.html'; | |
| names[12] = 'International Students'; | |
| links[12] = 'http://www.lafayette.edu/info/admissions/international/'; | |
| names[13] = 'Interviews'; | |
| links[13] = 'http://www.lafayette.edu/info/admissions/overnight_tours_interviews.html'; | |
| names[14] = 'Lafayette Academic Scholarships'; | |
| links[14] = 'http://www.lafayette.edu/info/admissions/marquis/'; | |
| names[15] = 'Multicultural Experience'; | |
| links[15] = 'http://www.lafayette.edu/info/student_life/multicultural/menu1.html'; | |
| names[16] = 'Overnight Program'; | |
| links[16] = 'http://www.lafayette.edu/info/admissions/overnight_tours_interviews.html'; | |
| names[17] = 'Part-Time Studies Program'; | |
| links[17] = 'http://www.lafayette.edu/info/admissions/part_time'; | |
| names[18] = 'Personalized Career Advising'; | |
| links[18] = 'http://www.lafayette.edu/info/admissions/career_advising/'; | |
| names[19] = 'Requirements'; | |
| links[19] = 'http://www.lafayette.edu/info/admissions/requirements.html'; | |
| names[20] = 'Residences'; | |
| links[20] = 'http://www.lafayette.edu/~studres/pages/home.html'; | |
| names[21] = 'Tours'; | |
| links[21] = 'http://www.lafayette.edu/info/admissions/overnight_tours_interviews.html'; | |
| names[22] = 'Transfer Students'; | |
| links[22] = 'http://www.lafayette.edu/info/admissions/transfer/'; | |
| document.write( printMenuTop() ); | |
| document.write( printMenuLinks(sectionNum, names, links) ); | |
| document.write( printMenuBottom() ); | |
| } | |
| // --> | |
| </SCRIPT> | |
| </DIV> | |
| <DIV id=menu2 | |
| style="LEFT: 172px; POSITION: absolute; TOP: 35px; VISIBILITY: hidden; WIDTH: 220px"> | |
| <SCRIPT language=javascript> | |
| <!-- | |
| if (nsDOM || ieDOM) { | |
| var sectionNum = '2'; | |
| var names = new Array(); | |
| var links = new Array(); | |
| names[0] = 'Administrative Offices'; | |
| links[0] = 'http://www.lafayette.edu/info/community/'; | |
| names[1] = 'Bulletin Boards'; | |
| links[1] = 'http://www.lafayette.edu/bboards/cover.html'; | |
| names[2] = 'Campus Map'; | |
| links[2] = 'http://www.lafayette.edu/info/community/campusmap/campmap.htm'; | |
| names[3] = 'City of Easton'; | |
| links[3] = 'http://www.easton-pa.com'; | |
| names[4] = 'College Store'; | |
| links[4] = 'http://www.lafayette.edu/~collegestore/store.html'; | |
| names[5] = 'Directions'; | |
| links[5] = 'http://www.lafayette.edu/info/community/directions.html'; | |
| names[6] = 'Food and Lodging Guide'; | |
| links[6] = 'http://www.lafayette.edu/info/community/parents/food-lodging.html'; | |
| names[7] = 'History'; | |
| links[7] = 'http://www.lafayette.edu/info/community/history.html'; | |
| names[8] = 'Lehigh Valley Web Sites'; | |
| links[8] = 'http://www.lafayette.edu/info/community/'; | |
| names[9] = 'LVAIC - Lehigh Valley <br> Association of <br> Independent Colleges'; | |
| links[9] = 'http://www.lafayette.edu/info/community/'; | |
| names[10] = 'Office of the President'; | |
| links[10] = 'http://www.lafayette.edu/info/community/page1.html'; | |
| names[11] = 'Parents'; | |
| links[11] = 'http://www.lafayette.edu/info/community/parents/index.html'; | |
| names[12] = 'Public Safety'; | |
| links[12] = 'http://www.lafayette.edu/security/main.html'; | |
| names[13] = 'The Threshing Floor'; | |
| links[13] = 'http://www.lafayette.edu/org/rellife/tfloor/'; | |
| names[14] = 'Volunteering'; | |
| links[14] = 'http://www.lafayette.edu/outreach/home.html'; | |
| names[15] = 'Williams Center for the Arts'; | |
| links[15] = 'http://www.lafayette.edu/~artscntr/williams/'; | |
| document.write( printMenuTop() ); | |
| document.write( printMenuLinks(sectionNum, names, links) ); | |
| document.write( printMenuBottom() ); | |
| } | |
| // --> | |
| </SCRIPT> | |
| </DIV> | |
| <DIV id=menu3 | |
| style="LEFT: 254px; POSITION: absolute; TOP: 35px; VISIBILITY: hidden; WIDTH: 220px"> | |
| <SCRIPT language=javascript> | |
| <!-- | |
| if (nsDOM || ieDOM) { | |
| var sectionNum = '3'; | |
| var names = new Array(); | |
| var links = new Array(); | |
| names[0] = 'Cultural Life'; | |
| links[0] = 'http://www.lafayette.edu/info/student_life/cultural.html'; | |
| names[1] = 'Libraries (Skillman and Kirby)'; | |
| links[1] = 'http://www.library.lafayette.edu/'; | |
| names[2] = 'Williams Center for the Arts'; | |
| links[2] = 'http://www.lafayette.edu/~artscntr/williams/'; | |
| document.write( printMenuTop() ); | |
| document.write( printMenuLinks(sectionNum, names, links) ); | |
| document.write( printMenuBottom() ); | |
| } | |
| // --> | |
| </SCRIPT> | |
| </DIV> | |
| <DIV id=menu4 | |
| style="LEFT: 323px; POSITION: absolute; TOP: 35px; VISIBILITY: hidden; WIDTH: 220px"> | |
| <SCRIPT language=javascript> | |
| <!-- | |
| if (nsDOM || ieDOM) { | |
| var sectionNum = '4'; | |
| var names = new Array(); | |
| var links = new Array(); | |
| names[0] = 'Schedules'; | |
| links[0] = 'http://www.fansonly.com/schools/lafa/calendar/lafa-calendar.html'; | |
| names[1] = 'Tickets'; | |
| links[1] = 'http://www.fansonly.com/schools/lafa/marketplace/tickets/tickets-body.html'; | |
| names[2] = 'Online Store'; | |
| links[2] = 'http://www.fansonly.com/schools/lafa/marketplace/lafa-marketplace.html'; | |
| names[3] = 'On Campus'; | |
| links[3] = 'http://www.fansonly.com/schools/lafa/school-bio/lafa-school-bio.html'; | |
| names[4] = 'Audio / Video'; | |
| links[4] = 'http://www.fansonly.com/schools/lafa/multimedia/lafa-multimedia.html'; | |
| names[5] = 'Site Map'; | |
| links[5] = 'http://www.fansonly.com/schools/lafa/s-finder/lafa-s-finder.html'; | |
| names[6] = 'Links'; | |
| links[6] = 'http://www.fansonly.com/schools/lafa/links/lafa-links.html'; | |
| names[7] = 'Traditions'; | |
| links[7] = 'http://www.fansonly.com/schools/lafa/trads/lafa-trads.html'; | |
| names[8] = 'Recreational Services'; | |
| links[8] = 'http://www.lafayette.edu/sports/recreation/'; | |
| document.write( printMenuTop() ); | |
| document.write( printMenuLinks(sectionNum, names, links) ); | |
| document.write( printMenuBottom() ); | |
| } | |
| // --> | |
| </SCRIPT> | |
| </DIV> | |
| <DIV id=menu5 | |
| style="LEFT: 386px; POSITION: absolute; TOP: 35px; VISIBILITY: hidden; WIDTH: 220px"> | |
| <SCRIPT language=javascript> | |
| <!-- | |
| if (nsDOM || ieDOM) { | |
| var sectionNum = '5'; | |
| var names = new Array(); | |
| var links = new Array(); | |
| names[0] = 'Athletics'; | |
| links[0] = 'http://www.lafayette.edu/sports/'; | |
| names[1] = 'Bailey Health Center'; | |
| links[1] = 'http://www.lafayette.edu/~bailey/'; | |
| names[2] = 'Bulletin Boards'; | |
| links[2] = 'http://www.lafayette.edu/bboards/cover.html'; | |
| names[3] = 'Career Services'; | |
| links[3] = 'http://www.lafayette.edu/careers/'; | |
| names[4] = 'Community Service'; | |
| links[4] = 'http://www.lafayette.edu/outreach/home.html'; | |
| names[5] = 'Counseling Center'; | |
| links[5] = 'http://www.lafayette.edu/org/counsel/Index.HTML'; | |
| names[6] = 'Cultural Life'; | |
| links[6] = 'http://www.lafayette.edu/info/student_life/cultural.html'; | |
| names[7] = 'Dining Services (Daily Menus)'; | |
| links[7] = 'http://www.lafayette.edu/dining/index.html'; | |
| names[8] = 'Multicultural Experience'; | |
| links[8] = 'http://www.lafayette.edu/info/student_life/multicultural/menu1.html'; | |
| names[9] = 'Organizations'; | |
| links[9] = 'http://www.lafayette.edu/info/student_life/organizations.html'; | |
| names[10] = 'Religious Life'; | |
| links[10] = 'http://www.lafayette.edu/info/student_life/religious.html'; | |
| names[11] = 'Residences'; | |
| links[11] = 'http://www.lafayette.edu/~studres/pages/home.html'; | |
| names[12] = 'Student Government'; | |
| links[12] = 'http://www.lafayette.edu/~stugovt/main.htm'; | |
| names[13] = 'Student Handbook<br> (Downloadable PDF)'; | |
| links[13] = 'http://www.lafayette.edu/info/student_life/pdf/handbook.pdf'; | |
| names[14] = 'Student Home Pages'; | |
| links[14] = 'http://www.lafayette.edu/info/student_life/student_pages.html'; | |
| names[15] = 'Students Offering Support<br> (Helpdesk)'; | |
| links[15] = 'http://www.lafayette.edu/~sos'; | |
| document.write( printMenuTop() ); | |
| document.write( printMenuLinks(sectionNum, names, links) ); | |
| document.write( printMenuBottom() ); | |
| } | |
| // --> | |
| </SCRIPT> | |
| </DIV> | |
| <DIV id=menu6 | |
| style="LEFT: 450px; POSITION: absolute; TOP: 78px; VISIBILITY: hidden; WIDTH: 220px"> | |
| <SCRIPT language=javascript> | |
| <!-- | |
| if (nsDOM || ieDOM) { | |
| var sectionNum = '6'; | |
| var names = new Array(); | |
| var links = new Array(); | |
| names[0] = 'Alumni Events'; | |
| links[0] = 'http://www.lafayette.onlinecommunity.com/cgi-bin/calendar_show.dll?sitename=LF&period=ALL'; | |
| names[1] = 'Annual Fund/Contribute'; | |
| links[1] = 'http://www.lafayette.onlinecommunity.com/contribute.html'; | |
| names[2] = 'Award Winning Alumni'; | |
| links[2] = 'http://www.lafayette.onlinecommunity.com/awardwinningalumni.html'; | |
| names[3] = 'Business Networking<br> Exchange'; | |
| links[3] = 'http://www.lafayette.onlinecommunity.com/businesscardexchange.htm'; | |
| names[4] = 'Campaign'; | |
| links[4] = 'http://www.lafayette.edu/info/promos/campaign/main.html'; | |
| names[5] = 'Career Center'; | |
| links[5] = 'http://www.lafayette.onlinecommunity.com/suresume.html'; | |
| names[6] = 'Chapter Home Pages'; | |
| links[6] = 'http://www.lafayette.onlinecommunity.com/cgi-bin/chapters.dll/listfill?sitename=LF'; | |
| names[7] = 'Class Notes'; | |
| links[7] = 'http://www.lafayette.onlinecommunity.com/classnotes.htm'; | |
| names[8] = 'Discussion Area'; | |
| links[8] = 'http://disc.onlinecommunity.com:1000/~23/login'; | |
| names[9] = 'Lafayette Pep Band'; | |
| links[9] = 'http://www.lafayette.onlinecommunity.com/pepband.htm'; | |
| names[10] = 'Mentoring'; | |
| links[10] = 'http://www.lafayette.onlinecommunity.com/sumentoring.html'; | |
| names[11] = 'Networking Circle'; | |
| links[11] = 'http://www.lafayette.onlinecommunity.com/sufriends.html'; | |
| names[12] = 'Office Contacts'; | |
| links[12] = 'http://www.lafayette.onlinecommunity.com/officecontacts.html'; | |
| names[13] = 'On-Line Directory'; | |
| links[13] = 'http://www.lafayette.onlinecommunity.com/cgi-bin/adir.dll?sitename=LF&start=A&scroll=80'; | |
| names[14] = 'On-Line Yearbook'; | |
| links[14] = 'http://www.lafayette.onlinecommunity.com/alum5.html'; | |
| names[15] = 'Questionnaire'; | |
| links[15] = 'http://www.lafayette.onlinecommunity.com/questionaire.html'; | |
| names[16] = 'Reunions'; | |
| links[16] = 'http://www.lafayette.onlinecommunity.com/reunion.html'; | |
| names[17] = 'Volunteer'; | |
| links[17] = 'http://www.lafayette.onlinecommunity.com/volunteer.html'; | |
| names[18] = 'Women In Leadership'; | |
| links[18] = 'http://www.lafayette.onlinecommunity.com/womeninleadership/index.htm'; | |
| names[19] = '<br>'; | |
| links[19] = ''; | |
| names[20] = 'More Online Services...'; | |
| links[20] = 'http://www.lafayette.onlinecommunity.com/'; | |
| document.write( printMenuTop() ); | |
| document.write( printMenuLinks(sectionNum, names, links) ); | |
| document.write( printMenuBottom() ); | |
| } | |
| // --> | |
| </SCRIPT> | |
| </DIV> | |
| <SCRIPT language=javascript> | |
| <!-- | |
| // Run the funtion that created the | |
| // dhtml objects for the menus.... | |
| buildMenus(); | |
| // Display the current date on the calendar icon | |
| showTodayCalendar(); | |
| //--> | |
| </SCRIPT> | |
| <P> | |
| <CENTER>let's just say, an old cowboy has come back to town...xessor | |
| <P></P></CENTER>:w :q </BODY></HTML> |