//	     -- JavaScript Footer v1.0 --
//
//        JavaScript Copyright (c) Ihsan Rehman
//        Email:   ihsan1@gmail.com    
//


// Footer 
var footerText = ""+
"<TABLE cellSpacing=0 cellPadding=0 border=0>"+
"<TR><TD align=center>"+
"<table cellSpacing=0 cellPadding=0 border=0 align=center><tr><td valign=top><b>"+
"<SPAN class=footerlink1><A href=http://www.uwo.ca/chem/people/faculty.htm>Faculty</A></SPAN>"+
"<SPAN class=bottombar>&nbsp;&nbsp; | &nbsp;&nbsp;</SPAN>"+
"<SPAN class=footerlink1><A href=http://www.uwo.ca/chem/people/contact.htm>Contact</A></SPAN>"+
"<SPAN class=bottombar>&nbsp;&nbsp; | &nbsp;&nbsp;</SPAN>"+
"<SPAN class=footerlink1><A href=http://www.uwo.ca/chem/prosgrad/welcome.htm>Prospective Grad</A></SPAN>"+
"<SPAN class=bottombar>&nbsp;&nbsp; | &nbsp;&nbsp;</SPAN>"+
"<SPAN class=footerlink1><A href=http://www.uwo.ca/chem/undergraduates/undergradwelcome.htm>Undergraduates</A></SPAN>"+
"<SPAN class=bottombar>&nbsp;&nbsp; | &nbsp;&nbsp;</SPAN>"+
"<SPAN class=footerlink1><A href=http://www.uwo.ca/chem/safety/emergencycontact.htm>Safety</A></SPAN>"+
"<SPAN class=bottombar>&nbsp;&nbsp; | &nbsp;&nbsp;</SPAN>"+
"<SPAN class=footerlink1><A href=http://www.uwo.ca/chem/aboutus/news.htm>About Us</A></SPAN>"+
"</b></td></tr></table>"+
"</TD></TR><TR><TD align=center>"+
"<span class=bottombar><b>Copyright © 2006-2010. The University of Western Ontario, Department of Chemistry, London, Ontario. "+
"All rights reserved. </b></span></TD></TR>"+
"<TR><TD align=center><span class=bottombar><b>Designed by Brian Pagenkopf and </span><SPAN class=footerlink1><a href=http://www.ihsan1.com/><span class=footerlink>Ihsan Rehman</span></a><span class=bottombar>.</span></b></TD></TR>"+
"</TABLE>";
document.write(footerText);


