// execute your scripts when the DOM is ready. this is a good habit 
$(document).ready(function(){

	$(document).pngFix();
	
});


