/*********************************************
JavaScript Code

Author: Brendan Parker
Project: TRiO
Date: August 2007
Function: Displays information on bottom of left hand side.
*********************************************/

document.write("<img src='images/TRiOrit.gif' alt='' /><br /><br />");
document.write("<div align='center'>");
document.write("<span class='fontLeft'>");
document.write("Rochester Institute of Technology<br />");
document.write("Eastman Building - 01<br />");
document.write("Room 2378<br />");
document.write("Rochester, NY 14623<br />");
document.write("<br />");
document.write("Phone: (585) 475-2832<br />");
document.write("Fax: (585) 475-5832<br />");
document.write("<a href='mailto:dlwspr@rit.edu'>dlwspr@rit.edu</a>");
document.write("</span>");
document.write("</div>");
document.write("<br /><br />");