$(document).ready(function(){
    // apply to all png images 
		$('img[@src$=.png], #menu li a').ifixpng();
});