var barwidth = 210;
var numlinks = 10;

var links   = new Array(numlinks);
var hrefs   = new Array(numlinks);

/* BEGIN LIST OF LINKS */
 
  links[0] = "News";
  hrefs[0] = "http://www.rose-hulman.edu/sports/rifle.htm";

  links[1] = "2009-10 Schedule";
  hrefs[1] = "http://www.rose-hulman.edu/sports/rifle/10riflesked.htm";

  links[2] = "2009-10 Roster";
  hrefs[2] = "http://www.rose-hulman.edu/sports/rifle/10roster.htm";

  links[3] = "2009-10 Statistics";
  hrefs[3] = "http://www.rose-hulman.edu/sports/rifle/0910stats.xls";

  links[4] = "2008-09 Results";
  hrefs[4] = "http://www.rose-hulman.edu/sports/rifle/09riflesked.htm";

  links[5] = "2008-09 Statistics";
  hrefs[5] = "http://www.rose-hulman.edu/sports/rifle/0809stats.xls";

  links[6] = "Coaching Staff";
  hrefs[6] = "http://www.rose-hulman.edu/sports/staffdir/newform/labella.htm";

  links[7] = "Athletic Info Request Form";
  hrefs[7] = "https://www.rose-hulman.edu/admissions/form/Request_for_Info/";

  links[8] = "Rifle Facilities";
  hrefs[8] = "http://www.rose-hulman.edu/sports/rifle/range.htm";

  links[9] = "Rifle Records";
  hrefs[9] = "http://www.rose-hulman.edu/sports/rifle/records.htm";
  
/* 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">');
