var root = "http://www.conrailray.com";
//chop up url...
var url = location.href;
s = url.lastIndexOf("/");
e = url.lastIndexOf(".");
page = url.substr(s+1, e-s-1);

document.write("&nbsp;");
document.write("<table class=\"footer\" border=\"1\" width=\"100%\" cellpadding=\"1\" cellspacing=\"1\">");
document.write(" <tr>");
document.write("  <td>");
document.write("	<table border=\"0\" width=\"100%\" cellpadding=\"0\">");
document.write("	 <tr>");
document.write("       <td width=\"50%\" nowrap align=\"left\" valign=\"middle\"><font class=\"s2\">contact me&nbsp;&nbsp;</font>");
document.write("          <a href=\"mailto:web@conrailray.com\"><img border=\"0\" src=\""+root+"/images/letter.jpg\" width=\"14\" height=\"11\"></a>");
document.write("          <font class=\"info1s\">&nbsp;web@conrailray.com</font>");
document.write("       </td>");
document.write("       <td width=\"50%\" align=\"right\" nowrap valign=\"middle\"><font class=\"s2\">Email this page?&nbsp;</font>");
document.write("          <a href=\"mailto:?subject="+page+" - www.conrailray.com&body="+location.href+"\"><img border=\"0\" src=\""+root+"/images/letter.jpg\" width=\"14\" height=\"11\"></a>&nbsp;&nbsp;");
document.write("	     </td>");
document.write("  	  </tr>");
document.write("  	  <tr>");
document.write("       <td width=\"50%\" nowrap align=\"left\" valign=\"middle\">");
document.write("  	       <font class=\"info1s\"><b>Page Last Updated: </b>"+date_lm()+"</script></font>");
document.write("       </td>");
document.write("       <td width=\"50%\" align=\"right\" nowrap valign=\"middle\"><font class=\"s2\">Bookmark this page?&nbsp;</font>");
document.write("          <a href=\"javascript:window.external.AddFavorite('"+location.href+"','"+page+" - www.conrailray.com')\"><img border=\"0\" src=\""+root+"/menu/custom_images/link.gif\" width=\"19\" height=\"16\"></a>&nbsp;");
document.write("        </td>");
document.write(" 	  </tr>");
document.write("  	  <tr>");
document.write("       <td width=\"100%\" colspan=\"2\" align=\"left\" valign=\"middle\">");
document.write("	       <font class=\"info1s\"><b>Page URL: </b>"+location.href+"</script></font>");
document.write("       </td>");
document.write("  	  </tr>");
document.write("   </table>");
document.write("  </td>");
document.write("  </tr>");
document.write("</table>");