
//<!-- hide code from browsers that can't read Java

var MonthArray = new initArray("January","February","March","April","May","June","July","August","September","October","November","December");
var LastModDate = new Date(document.lastModified);

function initArray() {  
	this.length = initArray.arguments.length
	for (var i = 0; i < this.length; i++)
		this[i+1] = initArray.arguments[i]
}


document.write("<style>.body { font-size:x-small; font-family: Arial}")
document.write(".heading{font-size:small;font-family: Arial} </style><p><hr size=1></p><font face=arial size=2><CENTER><font  face=Arial>")

document.write("&nbsp;") //This is required to prevent the line from re-sizing itself for CENTER
document.write("<A href=http://mctrans.ce.ufl.edu/catalog>Products</A> | ")
document.write("<A href=http://mctrans.ce.ufl.edu/newsletters>Newsletters</A> | ")
document.write("<A href=http://mctrans.ce.ufl.edu/hcs>Highway Capacity Software</A> | ")
document.write("<A href=http://mctrans.ce.ufl.edu/featured/TRANSYT-7F/>TRANSYT-7F</A> | ")
document.write("<A href=http://mctrans.ce.ufl.edu/featured/TSIS/>TSIS-CORSIM</A> | ")
document.write("<A href=http://mctrans.ce.ufl.edu/featured>Featured Software</A> | ")
//document.write("<A href=http://mctrans.ce.ufl.edu/updateInformation>Update Information</A> | ")
document.write("<A href=http://mctrans.ce.ufl.edu/technicalAssistance>Support</A> | ")
document.write("<A href=http://mctrans.ce.ufl.edu/Demos>Demos</A> | ")
document.write("<A href=http://mctrans.ce.ufl.edu/store/shopcart1.asp?action=showproduct&category=training>Mc<i>Trans</i> Training</A> | ")
document.write("<A href=http://mctrans.ce.ufl.edu/transportationSites>Info & Links</a> | ")
document.write("<A href=http://mctrans.ce.ufl.edu/memberServices>Join Mc<i>Trans</i></a> | ")
document.write("<A href=http://mctrans.ce.ufl.edu/aboutMcTrans>About Mc<i>Trans</i></A> | ")
document.write("<a href=http://www.ce.ufl.edu target=new>Civil & Coastal Engineering</a> | ")
document.write("<A href=http://mctrans.ce.ufl.edu/index.htm>Mc<i>Trans</i> Home</a>")
document.write("<br></font></CENTER>")

document.write("<CENTER><FONT face=Arial ></FONT>&nbsp;</CENTER>")
document.write("<CENTER><FONT face=Arial ><A href=http://www.ufl.edu target=new>")
document.write("<IMG alt=University&nbsp;of&nbsp;Florida src=https://mctrans.ce.ufl.edu/images/shtwhtmrk.gif border=0 height=43 width=120></A>")
document.write("&nbsp;&nbsp;<a target=new href=http://www.eng.ufl.edu>")
document.write("<IMG alt=Gator&nbsp;Engineering src=https://mctrans.ce.ufl.edu/images/gatoreng1.gif border=0 height=34 width=102></a></CENTER>")

c=LastModDate.getYear();
var today = new Date();

d= today.getFullYear();
if (d<1900){
d+=1900;
}
if (c<1900){
c+=1900;
}
document.write("<center><FONT face=Arial ><BR>")
document.write("Copyright "+d+", <A href=http://www.ufl.edu>University of Florida<br></A>")
document.write("All Rights Reserved </FONT></CENTER>")
			

document.write("<CENTER><FONT face=Arial >Mc<i>Trans</i> Center, PO Box 116585, Gainesville, FL&nbsp;32611-6585<BR>")
document.write("US Toll Free: 1-800-226-1013 Phone: (352) 392-0378 Fax: (352) 392-6629 ")

document.write("<BR>Comments on the web site should be sent to <A href=mailto:mctrans@ce.ufl.edu>mctrans@ce.ufl.edu</A>.&nbsp;")
document.write("</FONT></CENTER><CENTER><FONT face=Arial >")

document.write("This page last updated ")
document.write(MonthArray[(LastModDate.getMonth()+1)]," ");
document.write(LastModDate.getDate(),", ");
document.write(c);
document.write(".");
document.write("<br><br>");
document.write("<A href=http://mctrans.ce.ufl.edu/disclaimer.htm>Legal Notice</A>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;")
document.write("<A href=http://mctrans.ce.ufl.edu/privacy.htm>Privacy Policy</A>&nbsp; </FONT></CENTER><CENTER>&nbsp;</CENTER></font>")

