var barwidth = 210;
var numlinks = 8;

var links   = new Array(numlinks);
var hrefs   = new Array(numlinks);

/* BEGIN LIST OF LINKS */

  links[0] = "Welcome";
  hrefs[0] = "http://www.rose-hulman.edu/aseeilin2008/welcome.htm";

  links[1] = "Author Information";
  hrefs[1] = "http://www.rose-hulman.edu/aseeilin2008/author.htm";

  links[2] = "Program";
  hrefs[2] = "http://www.rose-hulman.edu/aseeilin2008/program.htm";

  links[3] = "Registration";
  hrefs[3] = "http://www.rose-hulman.edu/aseeilin2008/registration.htm";

  links[4] = "Awards";
  hrefs[4] = "http://www.rose-hulman.edu/aseeilin2008/awards.htm";

  links[5] = "Sponsorship";
  hrefs[5] = "http://www.rose-hulman.edu/aseeilin2008/sponsor.htm";

  links[6] = "Directions to Rose-Hulman";
  hrefs[6] = "http://www.rose-hulman.edu/aseeilin2008/direction.htm";

 links[7] = "Hotel";
  hrefs[7] = "http://www.rose-hulman.edu/aseeilin2008/travel.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('<table border="0" width=198 cellspacing="0" cellpadding="0">');
document.write('<tr><td style="PADDING-RIGHT: 2px; PADDING-LEFT: 0px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px" width="198" align="center">');
document.write('<p align="right"><font style="font-weight: bold" size="2" face="Verdana" color="#464F56"><a href="http://www.rose-hulman.edu/tour/printable/index.htm" target="_new" style="text-decoration: none; font-size: 9pt; font-family: Verdana; color: #464F56; font-weight: bold">Printable Campus Map</a></font></p>');
document.write('</td></tr>');
document.write('</table>');
document.write('<br style="LINE-HEIGHT: 10px">');
document.write('<table border="0" width=200 cellspacing="0" cellpadding="0">');
document.write('<tr><td style="PADDING-RIGHT: 2px; PADDING-LEFT: 0px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px" width="200" align="center">');
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">');