// when the DOM is ready...
$(document).ready(function () {
	
	//$.ifixpng('images/pixel.gif');
	$('#header h1, #footer, #footer-inside h1, #bloques h2, .inputbar ').ifixpng();

});

