


$(document).ready(function(){
	if ($.browser.msie && $.browser.version == 6) {
		$(".png").ifixpng();
	}
});

