$(window).ready(function(){
//start
//	$('body').append('<div id="devel"><a href="#">Test</a></div>');
//	$('#devel a').click(function(){
//		$('.list_tbl th div').fadeTo("slow", 0.20);
//	});
//end	

/* menu */
	/*$('#nav li:eq(0)').hover(function(){
		$(this).addClass('active');
		$(this).children('ul.submenu').show();
      }, function () {
		$(this).children('ul.submenu').hide();
		$(this).removeClass('active');	
    });
	*/
	//hover active	
	
	$('#search-left input[name="f"]').blur(function() {
          if(this.value=='') this.value = this.defaultValue;
    }).focus(function() {
          if(this.value == this.defaultValue) this.value = '';
    });

});
