
/* remove class="noScript" */
jQuery(document).ready(function($){
	$('body').removeClass("noScript")
});
