if ($.browser.msie) {
	if ($.browser.version == "6.0" || $.browser.version == "7.0") {
		$.getScript("/js/ie6update/ie6update.js", function(){
			$('<div></div>').html(IE6UPDATE_OPTIONS.message || 'Internet Explorer is missing updates required to view this site. Click here to update... ').activebar(window.IE6UPDATE_OPTIONS);
			$(document.body).activebar.show();
		});
	}
}
