jQuery(function($) {
	
	// PNG FIX
	$('img[@src$=.png]').ifixpng(); 	
		
});
