// when the DOM is ready...
$(document).ready(function () {
	$(document).pngFix(); 
});

