function accessibility() {
	$('.ir').onImagesLoad({
		itemCallback: function(img) {$(img).next().hide();}													 
	});
	//$('#logo').onImagesLoad({
	//	itemCallback: function() {
			$('.themed').addClass('reset-theme');
			$('input.themed[@type=submit]').val('');
			$('.accessibility').hide();$('#menu a').text(' ');
			$('#sidebar-b h2 a').html('&nbsp;');
			$('#sidebar-b h2 span').html('&nbsp;');
	//	}
	//});	
	//if (jQuery.browser.flash) {
      //  $('h1').sifr({
        //    font: '/files/29/fonts/myriapbc'
    //    });
    //}
	//$('.sortable tr:even td').addClass('even');
}

$(document).ready(function() {
	accessibility();
});

