document.observe('dom:loaded', applyPNGHacks);

function applyPNGHacks () {
 $$('img.png').invoke('pngHack');
}


