$(document).ready(function() {
	if($.browser.msie && $.browser.version < 7) {
		// MSIE fixes
		$("h1 a, #footer li.agenda a").pngfix();
	}
});
