$('document').ready (
	function() {
		/* pngFix */
		$(document).pngFix(); 
	}
);
