var barwidth = 210;
var numlinks = 17;

var links   = new Array(numlinks);
var hrefs   = new Array(numlinks);

/* BEGIN LIST OF LINKS */
 
  links[0] = "Upcoming Events";
  hrefs[0] = "http://www.rose-hulman.edu/sports/events.htm";

  links[1] = "Staff Directory";
  hrefs[1] = "http://www.rose-hulman.edu/sports/staffdir.htm";

  links[2] = "Athletic Recruiting Form";
  hrefs[2] = "https://www.rose-hulman.edu/admissions/form/Request_for_Info/";

  links[3] = "Athletic Facilities";
  hrefs[3] = "http://www.rose-hulman.edu/sports/facilitiesath.htm";

  links[4] = "All-Americans";
  hrefs[4] = "http://www.rose-hulman.edu/sports/allamericans.pdf";

  links[5] = "Academic All-Americans";
  hrefs[5] = "http://www.rose-hulman.edu/sports/acadalam.htm";

  links[6] = "Hall of Fame";
  hrefs[6] = "http://www.rose-hulman.edu/sports/hallfame/classes.htm";

  links[7] = "Athletic Training Dept.";
  hrefs[7] = "http://www.rose-hulman.edu/Athletic_Training_Department/";

  links[8] = "Athletic Record Book";
  hrefs[8] = "http://www.rose-hulman.edu/sports/records.htm";

links[9] = "Rose-Hulman Cheer Team";
  hrefs[9] = "http://www.rose-hulman.edu/CheerTeam/";

links[10] = "Rose-Hulman Pep Band";
  hrefs[10] = "http://www.rose-hulman.edu/users/groups/Band/pepband/";

  links[11] = "Intramural Sports";
  hrefs[11] = "http://www.rose-hulman.edu/Intramurals/";

links[12] = "Rose-Hulman Admissions";
  hrefs[12] = "http://www.rose-hulman.edu/admissions/";

links[13] = "Ticket Information";
  hrefs[13] = "http://www.rose-hulman.edu/sports/tickets.htm";

links[14] = "Varsity R Club Website";
  hrefs[14] = "http://www.rose-hulman.edu/sports/Rclub/";

  links[15] = "Directions to Rose";
  hrefs[15] = "http://www.rose-hulman.edu/sports/directions.htm";

links[16] = "HCAC Homepage";
  hrefs[16] = "http://www.heartlandconf.org/landing/index";
  
/* 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: 4px; PADDING-TOP: 4px" width="202" align="center">');
	document.write('<p align="right"><font style="font-weight: bold" size="2" face="Verdana" color="#464F56">');
	document.write('<a href="' + hrefs[i] + '" style="text-decoration: none; font-size: 9pt; font-family: Verdana; color: #464F56; font-weight: bold">');
	document.write(links[i] + '</a></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">');
