$(function(){
    // ie6 png hack
    $.pngfix(MEDIA_URL+'images/pixel.gif');
    $('img[@src$=.png]').pngfix();
});
