$(document).ready(function(){
	$('.ri').focus(function() {
	  $( this ).val('');
	});
$(function() {
  $('.legende').nyroModal();
});
});
