// 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.klnce.edu/klnits' target='ISSG'> ISSG (Information Systems Support Group)</a>, K.L.N. COLLEGE OF ENGINEERING.</font></div><BR>");
document.write("<div align='center'><font size='1' color='darkblue'>Copyright © 2011 K.L.N. COLLEGE OF ENGINEERING. 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>");

