<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>
jQuery(function(рони){
alert('рони == jQuery // ' +(рони == jQuery) + '\n' + рони);
});
jQuery(function(danik){
alert('danik == jQuery // ' + (danik == jQuery) + '\n' + danik);
});
jQuery(function(BETEPAH){
alert('BETEPAH == jQuery // ' + (BETEPAH == jQuery) + '\n' + BETEPAH);
});
</script>