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