// <!--header.js for http://diversity.udayton.edu, written by Dan Claude, 2005 UDRI ITG-->

		document.write("<table border=0 cellpadding=0 cellspacing=0 width=744 align=center><tr>");
		document.write("<td class=topbg valign=top height=46><table cellpadding=0 cellspacing=0 width=734><tr><td><a href=http://www.udayton.edu><img src=../images/udlogo.jpg hspace=0 border=0 width=129 height=56></a></td>");
		
// <!--Page Title-->

		document.write("<td align=right class=pagetitle>Diversity Lecture Series</td></tr></table></td></tr><tr><td valign=top>");
					
// <!--Window Size Detection-->

		var winW = 630, winH = 460;
		if (parseInt(navigator.appVersion)>3) {
		  if (navigator.appName=="Netscape") {
		    winW = window.innerWidth;
		    winH = window.innerHeight;
		    document.write("<table border=0 cellpadding=0 height="+((winH)-136)+" cellspacing=0 width=744>");
		  }
		  else {
		    winW = document.body.offsetWidth;
		    winH = document.body.offsetHeight;
		    document.write("<table border=0 cellpadding=0 height="+((winH)-140)+" cellspacing=0 width=744>");
		  }
		}
				
		document.write("<tr><td class=quote valign=top width=204><table cellpadding=6><tr><td>");

// <!--Quote-->

		document.write("<font class=quotetxt>\"All of us -- students, faculty, staff and administrators -- must learn to function effectively in diverse settings as to do so will clearly demonstrate the successful commitment to and fulfillment of our mission.\"</font><br><img src=../images/spacer.gif width=2 height=10><br>");
		document.write("<div class=caption align=right><i>President Daniel J. Curran, Ph.D.<br>2004 Joint Report on Diversity Plans</i></div></td></tr></table></td>");

// <!--Header Height-->
		
		document.write("<td valign=top height=175 class=body><img src=../images/photo_home.jpg width=540 height=175></td></tr><tr><td class=menubg valign=top><table border=0 cellpadding=0 cellspacing=0><tr><td width=8></td><td class=menu2 width=170>");

// <!--Left Menu-->
								
		document.write("<font class=heading2>DLS Navigation</font><br><img src=../images/hr1.jpg width=181 height=2><br><img src=../images/spacer.gif width=2 height=10>");
		
			document.write("<p class=menu2><a href=index.html>Purpose</a></p>");
			document.write("<p class=menu2><a href=EventCalendar.htm>Event Calendar</a></p>");
			document.write("<p class=menu2><a href=Announcements.htm>Announcements</a></p>");
			document.write("<p class=menu2><a href=SuggestaSpeaker.htm>Suggest a Speaker</a></p>");
			document.write("<p class=menu2><a href=PastandFutureSpeakers.htm>Past & Future Speakers</a></p>");
			document.write("<p class=menu2><a href=http://campus.udayton.edu/~ku/tickets/salenow/index.htm>Tickets</a></p>");
			document.write("<p class=menu2><a href=OtherSpeakerSeries.htm>Other Speaker Series</a></p>");
			document.write("<p class=menu2><a href=mailto:dls@notes.udayton.edu>Contact the Committee</a></p>");
			document.write("<p class=menu2><a href=http://president.udayton.edu>Office of the President</a></p>");
			document.write("<p class=menu2><a href=../>Diversity Home</a></p>");

									
		document.write("</td></tr></table></td><td class=body valign=top bgcolor=white>");