$(document).ready(function() {
	$('body').removeClass('nojs');
	$('body').addClass('hasjs');

	$(document).pngFix(); 

});
