// PNGs Fix JavaScript Document (Fix for IE 6.0)

$(document).ready(function(){ 
   $(document).pngFix(); 
}); 