jQuery.fn.searchBox=function(b){var c={current:null,actions:["http://www.ccw.com.cn/search/search_article.php","http://www.ccw.com.cn/search/search_product.php","http://www.ccw.com.cn/search/search_solution.php","http://www.ccw.com.cn/search/search_question1.php","http://www.ccw.com.cn/search/search_corp.php","http://www.ccw.com.cn/search/search_people.php"]};if(b){jQuery.extend(c,b)}var a=jQuery(this);function d(){c.tabs=jQuery("ul li",a);jQuery("form",a).attr("action",c.actions[c.current-1]);c.tabs.each(function(e){jQuery(this).click(function(){if((e+1)!=c.current){jQuery("form",a).attr("action",c.actions[e]);jQuery(c.tabs[c.current-1]).removeClass("current");c.current=e+1;jQuery(c.tabs[c.current-1]).addClass("current")}})})}d()};