/*$(document).ready(function(){
	
});
*/
/*
jQuery(function(){
	
	if(jQuery('#pager').length > 0){
		
	}	
});*/

jQuery(function(){	
	jQuery('#query_goiburua').focusin(function(){		
		jQuery('#query_goiburua').val('');
	});
	jQuery('#query_goiburua').focusout(function(){		
		jQuery('#query_goiburua').val('Bilatu...');
	});
	jQuery('#query_goiburua').keypress(function(event){
		if(event.witch == 13){
			jQuery('#bilatzailea_menu')[0].submit();
		}
	});
});
