//UDMv3.8.1
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.8.1 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////





// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "center";		// alignment mode
var absLEFT = 	165;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	0; 		// absolute top position

var staticMENU = false;		// static positioning mode (win/ie5,ie6 and ns4 only)

var stretchMENU = false;	// show empty cells
var showBORDERS = false;	// show empty cell borders

var baseHREF = "http://cobweb.business.nd.edu/js/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"#334C66";	// main nav cell color
var rCOLOR = 	"#D9E6F2";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#ffffff";	// main nav border color
var aLINK = 	"#ffffff";	// main nav link color
var aHOVER = 	"#334C66";		// main nav link hover-color (dual purpose)
var aDEC = 		"none";		// main nav link decoration
var fFONT = 	"Arial, Helvetica, sans-serif";	// main nav font face
var fSIZE = 	11;		// main nav font size (pixels)
var fWEIGHT = 	"normal";		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	8;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#ECECEC";	// submenu cell color
var srCOLOR = 	"#CCCCCC";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#334C66";	// submenu border color
var saLINK = 	"#334c66";	// submenu link color
var saHOVER = 	"#334c66";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial,sans-serif";	// submenu font face
var sfSIZE = 	11;		// submenu font size (pixels)
var sfWEIGHT = 	"normal";	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 5;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	0;		// submenu dropshadow size
var shCOLOR =	"#bcbcbc";	// submenu dropshadow color
var shOPACITY = 75;		// submenu dropshadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var openTIMER = 0;		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 0;	// child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 200;		// menu closing delay time

var aCURSOR = "hand";		// cursor for active links (not ns4, op5 or op6)
var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 765;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		//arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		//arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		//arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		//arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	//arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		//left arrow (not ns4/op5/op6)
var arrLEFT_ROLL = "";		//left rollover arrow (not ns4/op5/op6)
var arrRIGHT = ">";		//right arrow (not ns4/op5/op6)
var arrRIGHT_ROLL = "";		//right rollover arrow (not ns4/op5/op6)





//** LINKS ***********************************************************



// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("","College Resources",103,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(310,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("https://www.business.nd.edu/cobweb/collegeResources/annualReport2007.pdf","Annual Report to the Provost","","");
	SI("https://www.business.nd.edu/cobweb/collegeResources/committees.cfm","Committees","","");
	SI("https://www.business.nd.edu/cobweb/campusFuturePlans.html","Campus Expansion","","");
	SI("https://www.business.nd.edu/cobweb/collegeResources/Deans_Review_2006-1.pdf","Dean's Review 2006","","");
	SI("https://www.business.nd.edu/cobweb/collegeResources/mcobDiversityReport04.pdf","Diversity Report","","");
	SI("https://www.business.nd.edu/cobweb/collegeResources/mcobEmployeeGrievancePolicy.pdf","Employee Grievance Policy","","");
	SI("https://www.business.nd.edu/cobweb/collegeResources/facultyMeetingSummary080904.pdf","Faculty Meeting Summary, Sept. 4, 2008","","");
	SI("https://www.business.nd.edu/cobweb/collegeResources/financialInformation.cfm","Financial Information","","");
	SI("https://www.business.nd.edu/cobweb/collegeResources/MCOBIntProgAssessmentTemp.doc","International Program Assessment Template","","");
	SI("http://mcobit.business.nd.edu/newfaculty/index.cfm","New Faculty Technology Orientation","","");
	SI("","2007 Retreat Notes","","");
            CP(80,"right","left",0,0);
			CI("https://www.business.nd.edu/cobweb/collegeResources/retreatNotesFaculty07.pdf","Faculty","_blank","");
			CI("https://www.business.nd.edu/cobweb/collegeResources/retreatNotesAdministrators07.pdf","Administrators","_blank","");
	SI("https://www.business.nd.edu/cobweb/collegeResources/policyFundingForEmeritiFacultyApril08.pdf","Professional Activities Funding Policy for Emeriti Faculty","","");
//	SI("https://www.business.nd.edu/cobweb/collegeResources/CommunityBasedLearningSept08.pdf","Service Learning Opportunities and Philosophies","","");
	SI("https://www.business.nd.edu/cobweb/collegeResources/staffDevelopmentPolicy0905.pdf","Staff Professional Development Policy","","");
	SI("https://www.business.nd.edu/cobweb/collegeResources/strategicPlanning.cfm","Strategic Planning","","")
	SI("https://www.business.nd.edu/cobweb/collegeResources/2004_05_T_and_L_Committee_Report.pdf","Teaching and Learning Committee Report 2004-2005","","");
	SI("https://www.business.nd.edu/cobweb/collegeResources/mcobUndergradScholarsProgram.pdf","Undergraduate Scholars Program Amended Committee Report","","")
	

//	SI("http://www.brothercake.com/dropdown/custom.php","Customisation","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
//		CP(178,"left","center",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
//		CI("http://www.brothercake.com/dropdown/custom.php?v=menuALIGN","Global style definitions","","");

//	SI("http://www.brothercake.com/dropdown/advanced.html","Advanced customisation","","");

//		CP(154,"left","center",-20,0,"","","","","","","");
//		CI("http://www.brothercake.com/dropdown/grid.html","Controlling the<br>event-handling layer","","");

//	SI("http://www.brothercake.com/dropdown/dynamic.html","Dynamic customisation","","");

MI("","College Web Sites",105,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(225,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")

	SI("http://business.nd.edu/accountancy/","Accountancy","_blank","");
	SI("http://www.nd.edu/~carecob/","Center for Accounting Research & Education","_blank","");
	SI("http://www.nd.edu/~cba/011221/research/cfss.shtml","Center for Financial Services Studies","_blank","");
	SI("http://www.nd.edu/~ethics","Ethics Center","_blank","");
	SI("http://business.nd.edu/executive_education/","Executive Education","_blank","");
	SI("http://www.nd.edu/~fanning","Fanning Center","","");
	SI("http://business.nd.edu/finance/","Finance","_blank","");
	SI("http://www.nd.edu/~entrep/","Gigot Center","_blank","");
	SI("http://www.nd.edu/~gcommons/","Giovanini Commons","_blank","");
	SI("http://www.nd.edu/~gradalum/","Graduate Alumni","_blank","");
	SI("http://mcobit.business.nd.edu/index.cfm","Information Technology","_blank","");
	SI("http://www.nd.edu/~ethbus","Institute for Ethical Business Worldwide","_blank","");
	SI("http://www.business.nd.edu/IA/","IrishAngels","_blank","");
	SI("http://kellogg.nd.edu/TIES/","Kellogg/TIES-USAID","_blank","");
	SI("http://business.nd.edu/management/","Management","_blank","");
	SI("http://business.nd.edu/marketing/","Marketing","_blank","");
	SI("http://business.nd.edu/","Mendoza Main site","_blank","");
	SI("http://business.nd.edu/mba/","MBA","_blank","");
	SI("http://business.nd.edu/mna/","Master of Nonprofit Administration","_blank","");
	SI("http://business.nd.edu/msa/","MS in Accountancy","_blank","");
	SI("http://www.nd.edu/~ndbizmag","ND Business Magazine","_blank","");
//	SI("http://www.nd.edu/~mcobsl/","Service Learning and Community Outreach","_blank","");
	SI("http://www.nd.edu/~taptax","Tax Assistance Program","_blank","");
	SI("http://business.nd.edu/undergraduate_studies/","Undergraduate Advising","_blank","");
	SI("http://www.nd.edu/~cba/011221/research/cfujs.shtml","US-Japanese Bus.","_blank","");
	SI("http://www.nd.edu/~mcobweb/","Web Group","_blank","");

MI("","Teaching Resources",110,"center","","",0,0,"","","","","");

	SP(200,"left","left",0,0,"","","","","","","");
	
	SI("http://registrar.nd.edu/academic_calendar.shtml","Academic Calendar ","_blank","");
	SI("http://classrooms.nd.edu","Classroom Scheduling","_blank","");
	SI("http://oit.nd.edu/clusters_classrooms/classroom_technology.shtml","View Classroom & Technology","_blank","");
	<!--SI("http://oit.nd.edu/concourse/index.shtml","Concourse","_blank","");-->
	SI("http://cobweb.business.nd.edu/teaching/Faculty_Guide200405.pdf","Faculty Guide to Campus Technology","_blank","");
	SI("http://cobweb.business.nd.edu/teaching/adjuncts.cfm","Information for Adjunct Instructors","_blank","");
	SI("http://www.nd.edu/~ndlibs/eresources/gateway/indexes/resources/factiva.html","Factiva","_blank","");
	SI("http://www.nd.edu/~gcommons/","Giovanini Commons","_blank","");
	SI("http://cobweb.business.nd.edu/teaching/honorCode.cfm","Honor Code","_blank","");
	SI("https://inside-p.cc.nd.edu/cp/home/displaylogin","insideND","_blank","")
	SI("http://www.nd.edu/~kaneb/","Kaneb Center","_blank","")
	SI("http://mcobit.business.nd.edu/edtech/index.cfm","Mendoza Education Tech","_blank","");
	SI("http://www.nd.edu/~mba/academics/calendar/calendar.shtml","MBA Academic Calendar","_blank","");
	SI("http://www.nd.edu/~cba/011221/press/video_gallery.shtml","Mendoza Video Gallery","_blank","");
	SI("http://www.nd.edu/~ethbus/learningEnvironment/videoGallery.htm","Ethics Video Gallery","_blank","");
	SI("http://ocw.mit.edu/index.html","MIT's OpenCourseWare","_blank","");
	SI("http://mark.nd.edu","Notre Dame Mark","_blank","");
	SI("https://was.nd.edu/reg/olp/welcome.html","Online Class Photos/Lists","_blank","");
	SI("http://cobweb.business.nd.edu/teaching//plagiarism.html","Plagiarism Resources","_blank","");
	SI("http://oit.nd.edu/presentation_technologies/","Presentation Technoligies OIT","_blank","");
	SI("http://mcobit.business.nd.edu/kb/kb.cfm?Action=NEWQuestion&gid=1308","Send E-mail to class","_blank","");
	SI("http://www.nd.edu/~mcobsl/","Service-Learning Resources","_blank","");
	SI("http://www.studygs.net/","Study Guides & Strategies","_blank","");
	SI("http://cobweb.business.nd.edu/teaching/syllabi/index.cfm","Syllabus Resources & Archives","_blank","");
		
	
	SI("","Templates","","");

            CP(130,"right","right",0,0);
			
			CI("http://cobweb.business.nd.edu/teaching/seatingcharts/index.html","Seating Charts","_blank","");
			CI("http://cobweb.business.nd.edu/teaching/pptTemplatesNDMark.cfm","Powerpoint Templates","_blank","");
			CI("http://cobweb.business.nd.edu/teaching/Name_Tent_Template.ppt","Name Tent Templates","_blank","");
			CI("http://cobweb.business.nd.edu/teaching/Calendar_MWF_Fall_2007.ppt","Syllabus Calendar MWF","_blank","");
			CI("http://cobweb.business.nd.edu/teaching/Calendar_TTh_Fall_2007.ppt","Syllabus Calendar TTh","_blank","");
	
	SI("http://cif.nd.edu/","Course and Instructor Feedback (CIF's)","_blank","");
	SI("http://www.turnitin.com/","TurnItIn.Com","_blank","");
		SI("http://www.nd.edu/~cbaugrad/020501/academics/researchOpps.html","Undergrad Research Opportunities","_blank","");
	SI("http://www.nd.edu/~cbaugrad/020501/academics/leadershipLearningProg.html","Leadership & Learning Program","_blank","");
	

MI("","Research Resources",109,"center","","",0,0,"","","","","");

	SP(130,"left","left",0,0,"","","","","","","");
	
	SI("http://cobweb.business.nd.edu/researchResources/bookPublishers.cfm","Book Publishers","","");	
	SI("http://mcobit.business.nd.edu/research/database/index.cfm","Available Databases","","");
	SI("http://cobweb.business.nd.edu/researchResources/journals.cfm","Journals","","");
    SI("http://mcobit.business.nd.edu/research/","Mendoza Research Tech","","");
	SI("http://cobweb.business.nd.edu/researchResources/workshopsSeminars.cfm","Seminar Series","","");
	SI("http://smealsearch.psu.edu","SMEALSearch","","");
	SI("http://www.lib.umich.edu/govdocs/stats.html","Statistical Resources","_blank","");
	SI("http://www.business.nd.edu/FIN/mcdonald/Toolbox.htm","Toolbox","","");
	SI("http://scholar.google.com/","Google Scholar","_blank","");
	
	SI("","","","");
	SI("","ND LIBRARY SITES","","");
	SI("http://www.library.nd.edu/find_journals/ejournals_list.php","E-Journal Locator","_blank","");
	SI("http://alephprod.library.nd.edu/","Library Research Tools","_blank","");
	SI("http://www.library.nd.edu/subjects/","Find by Subject","_blank","");
	
	
MI("","ND Resources",80,"center","","",0,0,"","","","","");

	SP(110,"left","left",0,0,"","","","","","","");
	

	SI("http://apps.nd.edu/webdirectory/","A to Z Directory","_blank","");
	SI("http://alumni.nd.edu/","Alumni Association","_blank","");
	SI("http://und.ocsn.com/","Athletics","_blank","");
	SI("http://www.bkstr.com/Home/10001-10900-1?demoKey=d","Bookstore","_blank","");
	SI("http://buy.nd.edu/","buyND","_blank","");
	SI("http://www.nd.edu/maps/","Campus Maps","_blank","");
	SI("http://oit.nd.edu/concourse/index.shtml","Concourse","_blank","");
	SI("http://apps.nd.edu/control_forms/search.cfm","Controller-Forms","_blank","");
	SI("http://corporatetime.nd.edu/","CorporateTime","_blank","");
	SI("http://www.nd.edu/coursesonline/","Courses Online","_blank","");
	SI("http://mediagroup.nd.edu/documents/Editorial-Style-Guide-2008.pdf","Editorial Style Guide","_blank","");
	SI("http://food.nd.edu/","Food Service","_blank","");
	SI("http://www.nd.edu/~hr/","Human Resources","_blank","");
	SI("http://inside1.cc.nd.edu/cp/home/loginf","inside ND","_blank","");
	SI("http://www.legendsofnotredame.org/","Legends","_blank","");
	SI("http://www.nd.edu/~ndlibs/","Library","_blank","");
	SI("http://listserv.nd.edu/","ListServ","_blank","");
	SI("http://oit.nd.edu/email/","E-Mail","_blank","");
	SI("http://www.nd.edu/~ndoit/ndaccess/","NDAccess","_blank","");
	SI("http://www.nd.edu/%7Einstres/home2/fact_book.html","ND Fact Book","_blank","");		
	SI("http://www.nd.edu/~observer/","Observer","_blank","");
	SI("http://oit.nd.edu/","OIT","_blank","");
	SI("http://provost.nd.edu/","Provost's Office","_blank","");
	SI("http://provost.nd.edu/faculty-handbook/documents/FacultyList2005-06.pdf","Official Faculty Roster","_blank","");
	SI("http://registrar.nd.edu/","Registrar","_blank","");
	SI("http://newsinfo.nd.edu/","News & Info","_blank","");
	SI("http://www.nd.edu/aboutnd/about/sights/index.shtml","Sights & Sounds","_blank","");
	SI("http://www.sorinsnd.com","Sorin's","_blank","");
	SI("http://underthedome.nd.edu/","Under the Dome","_blank","");
	SI("http://www.nd.edu/~univclub","University Club","_blank","");
	

//		CP(127,"left","center",11,0,"","#dedeff","#bacdff","#0096ff","#cc6666","#006600","#990099");
//		CI("http://www.brothercake.com/dropdown/original.html","'Original Skin'","_blank","");

MI("","Web Resources",87,"center","","",0,0,"","","","","");

	SP(110,"left","left",0,0,"","","","","","","");
	
		SI("","Buy On-line","","");

            CP(130,"right","right",0,0);

            CI("http://buy.nd.edu/","buyND","_blank","");
			CI("http://www.amazon.com/","Amazon.com","_blank","");
            CI("http://www.barnesandnobble.com/","Barnes & Noble","_blank","");
			CI("http://www.consumersearch.com/","Consumer Search","_blank","");
            CI("http://dealnews.com/","dealnews","_blank","");
			CI("http://www.ebay.com","Ebay","_blank","");
			CI("http://froogle.google.com/","Froogle","_blank","");
			CI("http://local.google.com/","Regional Google Business","_blank","");
			CI("http://local.yahoo.com/","Regional Yahoo Business","_blank","");


        SI("","Entertainment","","");

                CP(100,"right","right",0,0);

                CI("http://www.imdb.com/","IMDB","_blank","");
                CI("http://www.moviefone.com/showtimes/closesttheaters.adp?_action=setLocation&csz=south+bend%2C+IN&submit.x=8&submit.y=12","Local Movie Guide","_blank","");
                CI("http://www.tvguide.com/","TV Guide","_blank","");	

        SI("","Health","","");

                CP(125,"right","right",0,0);

                CI("http://webmd.com","WebMD","_blank","");
				CI("http://www.hopkinsmedicine.org/HealthInformation/index.html","Johns Hopkins","_blank","");
				CI("http://www.cdc.gov/","Centers for Diseas Control","_blank","");
				CI("http://www.mayoclinic.com","Mayo Clinic","_blank","");
				CI("www.nutritiondata.com","Nutrition Data","_blank","");
				CI("www.nal.usda.gov/fnic/cgi-bin/nut_search.pl","USDA Nutrition","_blank","");
				CI("http://nat.crgq.com/mainnat.html","Nutrition Analysis","_blank","");
				
		
		SI("","Investing","","");

                CP(120,"right","right",0,0);

                CI("http://www.bigcharts.com/","Big Charts","_blank","");
			    CI("https://us.etrade.com/e/t/home?SC=LBH4249","eTrade","_blank","");
			    CI("http://www.fidelity.com/","Fidelity","_blank","");
				CI("http://finance.yahoo.com/q/hp?s=GE","Historical Data","_blank","");
			    CI("http://www.schwab.com/","Schwab","_blank","");
				CI("http://www.tiaa-cref.org/","TIAA-CREF","_blank","");
                CI("http://www.vanguard.com/","Vanguard","_blank","");
				CI("http://finance.yahoo.com/","Yahoo Finance","_blank","");
				
				CI("","","","");
				CI("","RETIREMENT PLANNING","","");
				CI("http://analyzenow.com/","Analyze Now!","_blank","");
				CI("http://firecalc.com/","FIRECalc","_blank","");
				CI("http://www.troweprice.com/common/index3/0,3011,lnp%253D10014%2526cg%253D1210%2526pgid%253D7952,00.html?scn=Retirement%2FIRA_Inves&rfpgid=10875/","TRowePrice","_blank","");

		SI("","News","","");

			CP(100,"right","right",0,0);

			CI("http://cwnews.bbc.co.uk/","BBC","_blank","");
			CI("http://www.businessweek.com/","Business Week","_blank","");
			CI("http://www.ceoexpress.com/","CEO Express","_blank","");
			CI("http://www.cnn.com/","CNN","_blank","");
			CI("http://www.msnbc.com","MSNBC","_blank","");
			CI("http://www.nytimes.com/pages/todaysheadlines/","New York Times","_blank","");
			CI("http://www.southbendtribune.com","SB Tribune","_blank","");
			CI("http://www.usatoday.com/","USA Today","_blank","");
			
		SI("","Other Universities","","");
		        
				CP(100,"right","right",0,0);
				
				CI("http://www.mit.edu:8001/people/cdemello/univ.html","Other Universities","_blank","");

		SI("","Search","","");

			CP(130,"right","right",0,0);

			CI("http://argali.com//","Argali","_blank","");
			CI("http://www.altavista.com/","Alta Vista","_blank","");
			CI("http://www.faganfinder.com/","Fagan Finder","_blank","");
			CI("http://www.google.com/","Google","_blank","");
			CI("http://www.google.com/options/index.html","Google Special Searches","_blank","");
			CI("http://scholar.google.com/","Google Scholar","_blank","");
			CI("http://www.ixquick.com/","ixquick","_blank","");
			CI("http://www.switchboard.com/","Switchboard.Com","_blank","");
			CI("http://www.yahoo.com/","Yahoo","_blank","");
						
        SI("","Sports","","");

                CP(125,"right","right",0,0);

                CI("http://www.espn.com/","ESPN","_blank","");
                CI("http://und.fansonly.com/","ND Sports","_blank","");
				CI("http://www.ndnation.com/mainpage.cgi","NDNation","_blank","");
				CI("http://bgi.rivals.com/","Blue and Gold Illustrated","_blank","");
				CI("http://msn.foxsports.com/","Fox Sports","_blank","");
				CI("http://sportsillustrated.cnn.com/","Sports Illustrated","_blank","");
				CI("http://cbs.sportsline.com/","CBS SportsLine","_blank","");
				CI("http://sports.yahoo.com/top/odds.html","Yahoo Sports Latest odds","_blank","");
				

        SI("","Reference Desk","","");

                CP(100,"right","right",0,0);

                CI("http://www.m-w.com/","Dictionary","_blank","");
				CI("http://www.infoplease.com/index.html","infoplease","_blank","");
				CI("http://lib.nd.edu/refdesk/","ND Refdesk","_blank","");
				CI("http://www.refdesk.com","Refdesk","_blank","");
				CI("http://wikipedia.org/","Wikipedia","_blank","");
				
		SI("","Travel","","");

            CP(165,"right","right",0,0);

			CI("http://anthonytravel.com/notredame.cfm","Anthony Travel","_blank","");
			CI("http://www.oanda.com/convert/classic","Currency Converter","_blank","");
            CI("http://www.expedia.com/ ","Expedia","_blank","");
            CI("http://www.hotwire.com/index.jsp ","Hotwire","_blank","");
			CI("http://gazetteer.hometownlocator.com/  ","Home Town Locator","_blank","");
			CI("http://www.orbitz.com/","Orbitz","_blank","");
			CI("http://www.travelocity.com","Travelocity","_blank","");
			
			CI("","","","");
			CI("","TRAVEL LOW PRICE SEARCHES","","");
			CI("http://www.farechase.com","FareChaser","_blank","");
			CI("http://www.mobissimo.com","Mobissimo","_blank","");
			CI("http://www.sidestep.com","SideStep","_blank","");
			CI("http://www.qixo.com","Qixo","_blank","");
			
		SI("","Maps","","");

            CP(120,"right","right",0,0);

			
			CI("http://maps.google.com/","Google Maps","_blank","");
			CI("http://www.mapblast.com/","MapBlast","_blank","");
			CI("http://www.mapquest.com/","Mapquest","_blank","");
			CI("http://www.randmcnally.com/","Rand McNally","_blank","");
			CI("http://www.terrafly.com","Terra Fly","_blank","");
			CI("http://www.maps.yahoo..com/","Yahoo Maps","_blank","");
			
		SI("","US & State Reps.","","");

            CP(120,"right","right",0,0);

			
			CI("http://cobweb.business.nd.edu/collegeNews/congress.html","US Representatives","_blank","");
			CI("http://www.in.gov/legislative/legislators/","Indiana Representatives","_blank","");
			
			
			

//MI("","Emergency Numbers",125,"center","","",0,0,"","","","","");

//	SP(180,"left","left",0,0);

//	SI("","Emergency Calls, 911","","");
//	SI("","Security Non-Emergency, 1-5555","","");
//	SI("","Fire Non-Emergency, 1-6200","","");
//	SI("","ND Operator, 1-5000","","");

//	SP(184,"right","right",4,0,"","#ffffcc","#ffdcab","#ff9600","#99cc99","#990000","#009900");

//	SI("http://www.dynamicdrive.com/","Dynamic Drive","","");
//	SI("http://www.javascriptkit.com/","JavaScript Kit","","");
//	SI("http://javascript.internet.com/","JavaScript Source","","");
//	SI("http://www.upsdell.com/BrowserNews/","Browser News","","");
//	SI("http://dgl.microsoft.com/","Design Gallery Live","","");
//	SI("http://www.worldwidemart.com/scripts/","Matt's Script Archive","","");
//	SI("","Javascript References","");

//		CP(184,"right","right",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)","#dedeff","#bacdff","#0096ff","#cc6666","#006600","#990099");

//		CI("http://developer.netscape.com/docs/manuals/index.html?content=javascript.html","JS 1.3 Documentation","","");
//		CI("http://msdn.microsoft.com/workshop/author/dhtml/dhtml_node_entry.asp","Internet Explorer (MSDN)","","");
//		CI("http://www.dansteinman.com/","Netscape 4 (Dan Steinman)","","");
//		CI("http://developer.netscape.com/evangelism/","Netscape 6 (Netscape)","","");
//		CI("http://www.opera.com/docs/specs/js/","Opera (Opera)","","");
//		CI("http://www.xs4all.nl/~ppk/js/version5.html","DOM Cross Reference","","");
//		CI("http://www.webmonkey.com/","Web Monkey","","");

//* DO NOT EDIT THIS BIT *
}//***********************
//************************

