
	//title: footer.js
	//purpose: external javascript file connected to all files on site. contains footer information.

document.writeln('- <a class="adhoc" href="http://www.arizona.edu" title="The University of Arizona">The University of Arizona</a><br />')
document.writeln('- <a class="adhoc" href="http://cals.arizona.edu" title="College of Agriculture and Life Sciences">College of Agriculture and Life Sciences</a><br />')
document.writeln('- <a class="adhoc" href="http://uaweb.arizona.edu/resources/accessibility.shtml" title="Web Accessibility">Web Accessibility</a><br />')
document.writeln('- &copy; 2003 Arizona Board of Regents<br />')
document.writeln('- title: ' +self.document.title+ '<br />')
document.writeln('- ' +self.location)



