// JavaScript Document
document.write("<div id='divFooter'>")
document.write("<span class=footer1>WebIRB<sup>&copy;</sup><br>")
document.write("E-mail: Info@MyWebIRB.com &#8226; Web: www.MyWebIRB.com <br></span>")

document.write("<span class=footer2>Copyright 2009")

	var d=new Date();
	yr=d.getFullYear();
	if (yr!=2009)
document.write("- "+yr);

document.write(" WebIRB<sup>&copy;</sup> -- All Rights Reserved</span></div>")
