
$(document).ready(function() {
	
	$('body').addClass("hasJS");
});