// JavaScript Document


$(document).ready(function() {   
$("img[@src$=png], .iepngfix").pngfix();   
});;
