$(document).ready(function() {
 $(".box1").corner('5px');

 $("img[@src$=png]").pngfix();
 $(".bigstripe").pngfix();
 $(".medstripe").pngfix();
});
