var barwidth = 210;
var numlinks = 41;

var links   = new Array(numlinks);
var hrefs   = new Array(numlinks);

/* BEGIN LIST OF LINKS */
	
	links[0] = "<font color=\"cc0000\">MEET INFORMATION</font>";
	hrefs[0] = "";
  
	links[1] = "Coaches Final Instructions";
	hrefs[1] = "http://www.rose-hulman.edu/sports/ncaatrack/pages/files/finalinstructions.pdf";

	links[2] = "Participant Manual";
	hrefs[2] = "http://www.rose-hulman.edu/sports/ncaatrack/pages/participantmanual.pdf";
 
	links[3] = "Schedule of Events";
	hrefs[3] = "http://www.rose-hulman.edu/sports/ncaatrack/pages/schedule.pdf";

	links[4] = "Event Contacts";												
	hrefs[4] = "http://www.rose-hulman.edu/sports/ncaatrack/pages/contacts.htm";
               
	links[5] = "News Releases";
	hrefs[5] = "http://www.rose-hulman.edu/sports/ncaatrack/pages/releases.htm";
               
	links[6] = "Media Requests";
	hrefs[6] = "http://www.rose-hulman.edu/sports/ncaatrack/pages/media.htm";
               
	links[7] = "Tickets";
	hrefs[7] = "http://www.rose-hulman.edu/sports/ncaatrack/pages/tickets.htm";
               
	links[8] = "Heat Sheets";
	hrefs[8] = "http://www.rose-hulman.edu/sports/ncaatrack/pages/heatsheets.htm";
               
	links[9] = "Results";
	hrefs[9] = "http://www.rose-hulman.edu/sports/ncaatrack/pages/results.htm";
               
	links[10] = "Video";
	hrefs[10] = "http://www.rose-hulman.edu/sports/ncaatrack/pages/video.htm";
               
	links[11] = "Photos";
	hrefs[11] = "http://www.rose-hulman.edu/sports/ncaatrack/pages/photos.htm";
               
	links[12] = "National Champions";
	hrefs[12] = "http://www.rose-hulman.edu/sports/ncaatrack/pages/champions.htm";
               
	links[13] = "&nbsp;";
	hrefs[13] = "";
               
	links[14] = "<font color=\"cc0000\">TERRE HAUTE INFO</font>";
	hrefs[14] = "";
                
	links[15] ="Terre Haute Lodging";
	hrefs[15] ="http://www.rose-hulman.edu/sports/ncaatrack/pages/lodging.htm";
                
	links[16] = "Terre Haute Restaurants";
	hrefs[16] = "http://www.terrehaute.com/restaurants.aspx";
                
	links[17] = "Terre Haute.com";
	hrefs[17] = "http://www.terrehaute.com";
                
	links[18] = "Map of Terre Haute";
	hrefs[18] = "http://www.rose-hulman.edu/sports/ncaatrack/pages/thmap.pdf";
                
	links[19] = "Current Weather";
	hrefs[19] = "http://www.weather.com/weather/local/47803?lswe=47803&lwsa=WeatherLocalUndeclared";
               
	links[20] = "&nbsp;";
	hrefs[20] = "";
               
	links[21] = "<font color=\"cc0000\">ROSE-HULMAN INFO</font>";
	hrefs[21] = "";                

	links[22] = "Track and Field Facilities";
	hrefs[22] = "http://www.rose-hulman.edu/sports/ncaatrack/pages/facilities.htm";
                
	links[23] = "Directions to Rose-Hulman";
	hrefs[23] = "http://www.rose-hulman.edu/sports/ncaatrack/pages/directions.htm";
                
	links[24] = "Campus Map (SRC is DD)";
	hrefs[24] = "http://www.rose-hulman.edu/tour/printable/";
	            
	links[25] = "Parking Information";
	hrefs[25] = "http://www.rose-hulman.edu/sports/ncaatrack/pages/parking.htm";	
	            
	links[26] = "Athletic Training Letter";
	hrefs[26] = "http://www.rose-hulman.edu/sports/ncaatrack/pages/trainingletter.pdf";			
	            
	links[27] = "Shipping of Poles, Equip.";
	hrefs[27] = "http://www.rose-hulman.edu/sports/ncaatrack/pages/equipment.htm";						
	            
	links[28] = "RHIT Dining Services";
	hrefs[28] = "http://www.campusdish.com/en-US/CSMW/RoseHulman";						
	            
	links[29] = "RHIT Track and Field";
	hrefs[29] = "http://www.rose-hulman.edu/sports/track.htm";						
	            
	links[30] = "RHIT Homepage";
	hrefs[30] = "http://www.rose-hulman.edu/";	
               
	links[31] = "&nbsp;";
	hrefs[31] = "";	
               
	links[32] = "<font color=\"cc0000\">NCAA TRACK AND FIELD</font>";
	hrefs[32] = "";                					
	            
	links[33] = "Qualifying Standards";
	hrefs[33] = "http://www.rose-hulman.edu/sports/ncaatrack/pages/qualifying.pdf";						
	            
	links[34] = "NCAA.com";
	hrefs[34] = "http://www.ncaa.com/home/";						
	          
	links[35] = "NCAA Admin. & Forms";
	hrefs[35] = "http://www.ncaa.org/wps/ncaa?ContentID=37569";						
	            
	links[36] = "NCAA Travel Information";
	hrefs[36] = "http://www1.ncaa.org/finance/travelindex.html";							
	            
	links[37] = "UCS Equipment List";
	hrefs[37] = "http://www.rose-hulman.edu/sports/ncaatrack/pages/ucslist.pdf";								
	            
	links[38] = "Raceberry Jam";
	hrefs[38] = "http://www.raceberryjam.com/indexid.html";							
	           
	links[39] = "USA Track & Field";
	hrefs[39] = "http://www.usatf.org/";									
	            
	links[40] = "USTFCCCA Website";
	hrefs[40] = "http://ustfccca.cstv.com/";											 
               
/* END OF LIST */


document.write('<table border="0" width=' + barwidth + ' cellspacing="0" cellpadding="0">');

for (i=0; i<numlinks; i++) {
	document.write('<tr><td style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px" width="202" align="center">');
	document.write('<p align="right"><font style="font-weight: bold" size="2" face="Verdana" color="#464F56">');
	if (hrefs[i].length != 0) 
	{
		document.write('<a href="' + hrefs[i] + '" style="text-decoration: none; font-size: 10pt; font-family: Verdana; color: #464F56; font-weight: bold">');
	}
	document.write(links[i]);
	if (hrefs[i].length != 0) 
	{
		document.write('</a>');
	}
	document.write('</font></td>');
	document.write('</tr>');
}
document.write('</table>');
document.write('<br style="LINE-HEIGHT: 10px">');
document.write('<table border="0" width=202 cellspacing="0" cellpadding="0">');
document.write('<tr><td style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px" width="202" align="center">');
document.write('<p align="right"><a href="http://www.rose-hulman.edu/news/feed.xml"><img src="http://www.rose-hulman.edu/roseimages/rss.gif" border="0" align="center" width="36" height="14"></a><a href="http://www.rose-hulman.edu/news/rss.htm"><b><font style="text-decoration: none; font-size: 9pt; font-family: Verdana; color: #464F56; font-weight: bold"> What is RSS?</font></b></a><br></p>');
document.write('</td></tr>');
document.write('</table>');
document.write('<br style="LINE-HEIGHT: 10px">');
document.write('<table border="0" width=202 cellspacing="0" cellpadding="0">');
document.write('<tr><td align="center" width="202">');
document.write('<p align="right"><font style="font-weight: bold" size="2" face="Verdana" color="#464F56"><a href="http://www.rose-hulman.edu" style="text-decoration: none; font-size: 9pt; font-family: Verdana; color: #464F56; font-weight: bold">Rose-Hulman Home</a></font></p>');
document.write('</td></tr>');
document.write('</table>');
document.write('<br style="LINE-HEIGHT: 10px">');
