﻿$(document).ready(function() {
    // apply to all png images 
    $("input[src$='.png']").ifixpng();        
    
});			
