jQuery(document).ready(function() {
	jQuery('#KomentarzTytul').click(function () {
		if (jQuery(this).val() == 'tytuł') jQuery(this).val('');
	});

	jQuery('#KomentarzAutor').click(function () {
		if (jQuery(this).val() == 'autor') jQuery(this).val('');
	}
	);	
}
);
