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