$(document).ready(function(){

$('a.megjegyzes').click(function(){
	if (auth == 0)
	{
		$('#bubi_'+this.id).show();
		return false;
	}
});
	
});
