//Global onload event
Event.observe(window, 'load', function() {
    sfHover();
	$$('a.Offsite').each( function(elem) {
		Event.observe(elem,'click',function(event) {
			Event.stop(event);
			offsitePopup(this.href);
		})
	})
});

if (Prototype.Browser.IE) {
	Prototype.Browser.IE6 = Prototype.Browser.IE && parseInt(navigator.userAgent.substring(navigator.userAgent.indexOf("MSIE")+5)) == 6;
	Prototype.Browser.IE7 = Prototype.Browser.IE && parseInt(navigator.userAgent.substring(navigator.userAgent.indexOf("MSIE")+5)) == 7;
	Prototype.Browser.IE8 = Prototype.Browser.IE && !Prototype.Browser.IE6 && !Prototype.Browser.IE7;
}
document.write("<scr"+"ipt type='text/javascript' src='/res/js/functions.js' defer='defer'><\/scr"+"ipt>");
document.write("<scr"+"ipt type='text/javascript' src='/res/js/functions_popup.js' defer='defer'><\/scr"+"ipt>");
document.write("<scr"+"ipt type='text/javascript' src='/res/js/functions_validation.js' defer='defer'><\/scr"+"ipt>");

