// JavaScript Document

// set the png fix to load with document
$(document).ready(function(){ 
	$(document).pngFix(); 
}); 

