/* Bottom Graphics Called by Student Affairs */

with(document){
	write('</a><table cellpadding="0" cellspacing="0" border="0" class="disclaimerContainer">')
	write('<tr>')
	write('<td align="center" class="disclaimerContainer">')
	write('<a href = "http://www.adobe.com/products/acrobat/readstep2.html">Adobe Acrobat Reader</a> &nbsp; &nbsp; &nbsp; &nbsp; ')
	write('<a href = "http://office.microsoft.com/en-us/officeupdate/CD010224941033.aspx">Microsoft Document Viewers</a><br/>')
	write('<a class="disclaimer" href="http://www.reslife.uww.edu">Residence Life</a><span class="disclaimerText">')
	write('	- UW-Whitewater. Last Updated ')


/* --- START --- WRITES THE DATE LAST MODIFIED */

var lastUpdated = document.lastModified
var lastUpdated = lastUpdated.toString()
lastUpdated = lastUpdated.substring(0,lastUpdated.length-9)
write(lastUpdated)

/* --- END --- WRITES THE DATE LAST MODIFIED */

	write('. For comments: Contact </span><a class="disclaimer" href="mailto:meinelt@uww.edu">ResNET</a>.<br />')
	write('<span class="disclaimerText">All material Copyright &copy; 2001 by the Board of Regents of the University of Wisconsin System. All rights reserved</span>')
	write('</td>')
	write('<td class="topButtonContainer" valign="top" align="right"><map name="pagetopbutton"><area shape="rect" coords="0,0,96,33" alt="return to the top" href="#top" /></map><img usemap="#pagetopbutton" src="topButton.jpg" /></td>')
	write('</tr>')
	write('</table>')
} // with