$(function(){
		$.search({
		list:{google:['http://static.5258.net/styles/daohangzhan/images/google.gif','谷歌搜索'],soso:['http://static.5258.net/styles/daohangzhan/images/soso.gif','soso搜索']},
	    web:{
			se:{
				google:{
					action:'http://www.google.com.hk/search',
					query:'q',
					params:{
					    client:'aff-5258',
						channel:'searchbox',
						newwindow:'1'
					},
					type:21
				},
				soso:{
					action:'http://www.soso.com/q',
					query:'w',
					params:{
						cid:'union.s.wh',
						unc:sosoChannel,
						ie:'utf-8'
					},
					type:41
				}
		    },
			checked:'google'			
		},
	   mp3:{
	   	  se:{
		  	google:{
					action:'http://www.google.cn/music/search',
					query:'q',
					params:{								    
						hl:'zh-CN'
					},
					 type:24 
		   }
		  },
		  checked:'google'		  
	   },
	   video:{
	   	   se:{
		   	 google:{
			 	action:'http://www.google.com.hk/videohp',
				query:'q',
				params:{								    
					hl:'zh-CN'														
			    },
				type:26
		     }					   
	      },
	   checked:'google'	   
	   },
	    image:{
	   	   se:{
		   	 google:{
			 	action:'http://images.google.com.hk/images',
				query:'q',
				params:{								    
				    hl:'zh-CN'														
			    },
				type:25
		   }					   
	   },
	   checked:'google'	   
	},
	  tieba:{
	   	   se:{
		   	 google:{
			 	action:'http://laiba.tianya.cn/laiba/Glue',
				query:'q',
				params:{								    
				    hl:'zh-CN'														
			    },
				type:22
		   }					   
	   },
	   checked:'google'	   
	},
	wenda:{
	   	   se:{
		   	 google:{
			 	action:'http://wenda.tianya.cn/wenda/search',
				query:'q',
				params:{								    
				    hl:'zh-CN'														
			    },
				type:23
		   }					   
	   },
	   checked:'google'	   
	}
	},'tsearch','current','tablist','li', 'ff1', 'search-img', 'web', 'tsinput');
	$('#tb_ li').mousemove(function(){
		$('#tb_ li').removeClass('hovertab').addClass('normaltab');
		$(this).addClass('hovertab');
		var i = $('#tb_ li').index($(this));
		$('#tabs div').hide().eq(i).show();
	});
	$('#game_brank p').mousemove(function(){
		$('#game_brank p').removeClass('hovertab').addClass('normaltab');
		$(this).addClass('hovertab');
		 var i =$('#game_brank p').index($(this));
		 $('#game_brank ol').hide().eq(i).show();
	});
});
