jQuery.noConflict();
(function($){

$(document).ready(function(){

	if ($.browser.msie) {
		try {document.execCommand("BackgroundImageCache", false, true);} catch(err){};
		if (typeof(DD_belatedPNG) != 'undefined')
		{
			DD_belatedPNG.fix('#logo a, .buttons a, #search input, #bar1, .but1 a, #action p.rss, #action form, #action form input.submit, .box3');
		}
	}

});

})(jQuery);