var barwidth = 210;
var numlinks = 9;

var links   = new Array(numlinks);
var hrefs   = new Array(numlinks);

/* BEGIN LIST OF LINKS */
 
  links[0] = "HCAC Men's Golf Info";
  hrefs[0] = "http://www.heartlandconf.org/m_golf/m_golf.htm";

  links[1] = "Hulman Links Golf Course";
  hrefs[1] = "http://www.hulmanlinks.com/";

  links[2] = "Directions to Hulman Links";
  hrefs[2] = "http://www.hulmanlinks.com/main/departments/parks/hulman-links-golf-course/map-and-directions";

  links[3] = "Terre Haute Weather";
  hrefs[3] = "http://www.weather.com/outlook/homeandgarden/schoolday/local/47803?lswe=47803&lwsa=Weather36HourSchoolDayCommand&from=whatwhere";

  links[4] = "Aston Oaks Golf Course";
  hrefs[4] = "http://www.astonoaksgolfclub.com/";

  links[5] = "Directions to Aston Oaks";
  hrefs[5] = "http://www.astonoaksgolfclub.com/Location.htm";

  links[6] = "North Bend Weather";
  hrefs[6] = "http://www.weather.com/outlook/homeandgarden/schoolday/local/USOH0697";

  links[7] = "2008 HCAC Tourney Recap";
  hrefs[7] = "http://www.heartlandconf.org/m_golf/2008/08_mglf_champ.htm";

  links[8] = "HCAC Homepage";
  hrefs[8] = "http://www.heartlandconf.org";
  
/* 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">');
