
$(document).ready(function() {

	$.ifixpng('/gfx/x.gif');
 	$('img[src$=.png],#header h1').ifixpng();

});


