jQuery(document).ready(function() {
	jQuery('#search-block-form input.form-submit').val('');
	jQuery('#search-block-form input.form-text').val('szukaj...');
	jQuery('#search-block-form input.form-text').focus(function() { jQuery(this).val('') });
	jQuery('#search-block-form input.form-text').blur(function() { jQuery(this).val('szukaj...') });
	
	jQuery('a.menu-position-link').parent().parent().remove();
});;

