//check if js is enabled
$(document).ready(function(){
	$('.jswarning').remove();
});
