$(document).ready(function() {

	$.ifixpng('/gfx/x.gif');
 	$('img[src$=.png],div#formholder').ifixpng();
	
});

