// when the DOM is ready...
$(document).ready(function () {
	
	$.ifixpng('images/pixel.gif');
	$('#header h1, #banner li').ifixpng();

});

