// JavaScript Document

document.write("<br><br>");

document.write("<table  id='footer' width=100%>");
document.write("<tr bgcolor='darkblue'><td height=1></td></tr>");
document.write("<tr><td>");
document.write("<div align='center'><font size='2' color='darkblue'>Developed &amp; Maintained by:<a href='http://www.klncit.edu.in/it_services/itservices.asp' target='KLNITS'> ITSG </a>, K.L.N. COLLEGE OF INFORMATION TECHNOLOGY.</font></div><BR>");
document.write("<div align='center'><font size='1' color='darkblue'>Copyright © 2009 K.L.N. COLLEGE OF INFORMATION TECHNOLOGY. All rights reserved.</font><br>");
document.write("<font size='1' color='darkblue'>Site Best viewed in Internet Explorer, 800 X 600 Resolution </font></div>");
document.write("</td></tr>");
document.write("</table>");
