﻿; (function($) {
    $.iepngfix = function(element) 
    {
        $(element).css("behavior", "url('js/iepngfix/iepngfix.htc')");
    }; 


})(jQuery);
