(function($){
	$(function(){ 
	if($.browser.msie && $.browser.version.substr(0,1) == 6) {
		DD_belatedPNG.fix('h1#logo a, .post .date, #sidebar .about');
	}
	
});
})(jQuery)

