var barwidth = 220;
var numlinks = 18;

var links   = new Array(numlinks);
var hrefs   = new Array(numlinks);

/* BEGIN LIST OF LINKS */

  links[0] = "<b>Human Resources Home</b>";
  hrefs[0] = "http://www.rose-hulman.edu/HR";

  links[1] = "<b>Employment Opportunities</b>";
  hrefs[1] = "https://jobs.rose-hulman.edu";

  links[2] = "<b><i>ASK</i> HR: FAQ's for Supervisors</b>";
  hrefs[2] = "http://www.rose-hulman.edu/HR/ASK HR/index.html";
    
  links[3] = "<b>Benefit and Retirement Plans</b>";
  hrefs[3] = "http://www.rose-hulman.edu/HR/benefit_plans.html";

  links[4] = "<b>Employee Handbooks</b>";
  hrefs[4] = "http://www.rose-hulman.edu/HR/handbook.html";

  links[5] = "<b>Employee Rewards and Recognition Program</b>";
  hrefs[5] = "http://www.rose-hulman.edu/HR/Rewards and Recognition Program 2005_FINAL_FINAL.pdf";

  links[6] = "<b>Faculty Staff Directory</b>";
  hrefs[6] = "http://www.rose-hulman.edu/HR/Directory/index.htm";

  links[7] = "<b>Forms</b>";
  hrefs[7] = "http://www.rose-hulman.edu/HR/forms/index.html";
  
  links[8] = "<b>General Institute Policies</b>";
  hrefs[8] = "http://www.rose-hulman.edu/HR/Policies/index.html";

  links[9] = "<b>Holiday Schedules</b>";
  hrefs[9] = "http://www.rose-hulman.edu/HR/Holiday Schedule.pdf";
  
  links[10] = "<b>Organizational Charts</b>";
  hrefs[10] = "http://www.rose-hulman.edu/HR/OrgChart/RHOrgRefIndex1.htm";
 
  links[11] = "<b>Payroll Information</b>";
  hrefs[11] = "http://www.rose-hulman.edu/HR/PayrollWebpage/index.html";
  
  links[12] = "<b>Professional Development</b>";
  hrefs[12] = "http://www.rose-hulman.edu/HR/ProfessionalDevelopment/index.htm";
  
  links[13] = "<font weight=none face=arial color=#464F56 font-size=1pt> - Upcoming Events</font>";
  hrefs[13] = "http://www.rose-hulman.edu/HR/ProfessionalDevelopment/PDUpcomingEventsindex.html";
  
  links[14] = "<b>Student Employment</b>";
  hrefs[14] = "http://www.rose-hulman.edu/HR/Student Employment/index.html";
      
  links[15] = "<b>Wellness Program</b>";
  hrefs[15] = "http://www.rose-hulman.edu/HR/SimplyWell Program/index.html";
  
  links[16] = "<font weight=none face=arial color=#464F56 font-size=1pt> - SimplyWell</font>";
  hrefs[16] = "http://www.rose-hulman.edu/HR/SimplyWell%20Program/SWindex1.html";
  
  links[17] = "<font weight=none face=arial color=#464F56 font-size=1pt> - Wellness Upcoming Events</font>";
  hrefs[17] = "http://www.rose-hulman.edu/HR/SimplyWell%20Program/SWUEindex.html";

  
  

  

  
  /* 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: 3px; PADDING-TOP: 4px" width="210" align="center">');
	document.write('<p align="right"><font style="font-weight: none" 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: none">');
	document.write(links[i] + '</a></font></td>');
	document.write('</tr>');
}
document.write('</table>');
document.write('<table border="0" width=202 cellspacing="0" cellpadding="0">');
document.write('<tr><td align="center" width="202">');
document.write('<br style="LINE-HEIGHT: 5px">');
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('<br style="LINE-HEIGHT: 5px">');
document.write('</td></tr>');
document.write('</table>');

