var email="mzoughi@ra.msstate.edu";
var towrite="<HR><P align=center>";
towrite+="<a href=index.html>TutorialDev Home</a>";
towrite+="<A href='http://www.msstate.edu/Dept/Physics/index.html' target=_top><IMG height=35 alt=Physics hspace=20 src='images/pas.gif' width=91 border=0></A>";
towrite+="<A href='http://www.msstate.edu/' target=_top><IMG height=35 alt='Mississippi State University' hspace=20 src='images/wordmark-sm.gif' width=112 align=absBottom border=0></A>";
towrite+="<A href='http://webtop.msstate.edu/' target=_top>WebTOP</A>";
towrite+="<BR><IMG height=3 alt=------------------------------------------ src='images/marrule.gif' width=450 align=top>";
towrite+="<BR><FONT size=2>For information about this page, contact <A href='MAILTO:mailto:";
towrite+=email;
towrite+="'>WebMaster </A>.</FONT>";
towrite+="<BR><FONT size=2><B>Last modified:</B>";
towrite+=document.lastModified;
towrite+=" UT<br><b>URL:</b> ";
towrite+=document.URL;
towrite+="<BR><A href='http://www.msstate.edu/web/disclaim.htm'>Mississippi State University is an equal opportunity institution.</A></FONT></P>";
document.write(towrite);

