$(function(){
	if($.browser.msie){
		$("img").pngfix();
	}
});