$(document).ready(function(){
	$.ifixpng('img/pixel.gif');
	$('img[@src$=.png]').ifixpng(); 
});