$(document).ready(function(){
	if ($.browser.msie && $.browser.version == '6.0') {
		$('img[src$=.png], div').ifixpng({
			
		});
	}
});