// * ************************************************************* *
// *                                                               *
// * JavaScript file with footer navigation information.           *
// * ************************************************************* *

// Line row and space along bottom of page before links row
document.write("<div align=\"center\">");
document.write("<table width=\"620\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("<tr>");
document.write("<td width=\"16\" height=\"1\" bgcolor=\"#ffffff\"></td>");
document.write("<td width=\"588\" height=\"1\" bgcolor=\"#999999\"></td>");
document.write("<td width=\"16\" height=\"1\" bgcolor=\"#ffffff\"></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td width=\"16\" height=\"14\" bgcolor=\"#ffffff\"></td>");
document.write("<td width=\"588\" height=\"14\" bgcolor=\"#ffffff\"></td>");
document.write("<td width=\"16\" height=\"14\" bgcolor=\"#ffffff\"></td>");
document.write("</tr>");
document.write("</table>");
document.write("</div>");

//Links row along bottom of page before copyright row
document.write("<div align=\"center\">");
document.write("<table width=\"620\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">");
document.write("<tr>");
document.write("<td width=\"16\" bgcolor=\"#ffffff\">&nbsp;</td>");
	
// Links start here
document.write("<td width=\"90\" align=\"center\" valign=\"middle\" bgcolor=\"#ffffff\">");
document.write("<a class=\"FooterLink\" href=\"index.htm\">Organizations</a></td>");
	
document.write("<td width=\"1\" align=\"center\" valign=\"middle\" bgcolor=\"#999999\"></td>");
	
document.write("<td width=\"75\" align=\"center\" valign=\"middle\" bgcolor=\"#ffffff\">");
document.write("<a class=\"FooterLink\" href=\"leadership.htm\">Leadership</a></td>");
	
document.write("<td width=\"1\" align=\"center\" valign=\"middle\" bgcolor=\"#999999\"></td>");

document.write("<td width=\"70\" align=\"center\" valign=\"middle\" bgcolor=\"#ffffff\">");
document.write("<a class=\"FooterLink\" href=\"customer_service.htm\">Customer Service</a></td>");
	
document.write("<td width=\"1\" align=\"center\" valign=\"middle\" bgcolor=\"#999999\"></td>");
	
document.write("<td width=\"75\" align=\"center\" valign=\"middle\" bgcolor=\"#ffffff\">");
document.write("<a class=\"FooterLink\" href=\"diversity.htm\">Inclusion &amp;<br> Diversity</a></td>");
	
document.write("<td width=\"1\" align=\"center\" valign=\"middle\" bgcolor=\"#999999\"></td>");

document.write("<td width=\"90\" align=\"center\" valign=\"middle\" bgcolor=\"#ffffff\">");
document.write("<a class=\"FooterLink\" href=\"prof_dev.htm\">Professional Development</a></td>");
	
document.write("<td width=\"1\" align=\"center\" valign=\"middle\" bgcolor=\"#999999\"></td>");
	
document.write("<td width=\"61\" align=\"center\" valign=\"middle\" bgcolor=\"#ffffff\">");
document.write("<a class=\"FooterLink\" href=\"schedule.htm\">Schedule</a></td>");
	
document.write("<td width=\"1\" align=\"center\" valign=\"middle\" bgcolor=\"#999999\"></td>");

document.write("<td width=\"40\" align=\"center\" valign=\"middle\" bgcolor=\"#ffffff\">");
document.write("<a class=\"FooterLink\" href=\"http://blog.cloud-rainosek.com\">Blog</a></td>");
	
document.write("<td width=\"1\" align=\"center\" valign=\"middle\" bgcolor=\"#999999\"></td>");
	
document.write("<td width=\"80\" align=\"center\" valign=\"middle\" bgcolor=\"#ffffff\">");
document.write("<a class=\"FooterLink\" href=\"who_we_are.htm\">Who We Are</a></td>");

// Links end here
document.write("<td width=\"16\" bgcolor=\"#ffffff\">&nbsp;</td>");
document.write("</tr>");
document.write("</table>");

// Spacer row at bottom of navigation links -->
document.write("<div align=\"center\">");
document.write("<table width=\"620\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("<tr>");
document.write("<td width=\"16\" height=\"14\" bgcolor=\"#fffff\"></td>");
document.write("<td width=\"588\" height=\"14\" bgcolor=\"#ffffff\"></td>");
document.write("<td width=\"16\" height=\"14\" bgcolor=\"#ffffff\"></td>");
document.write("</tr>");
document.write("</table>");
document.write("</div>");

// End of footer navigation row in table format
