function addfav(favName,favUrl)
{
   try{window.external.AddFavorite(favUrl,favName);}
	catch(e){
		try{window.sidebar.addPanel(favName,favUrl,"");}
		catch(e){alert("使用快捷键 Ctrl+D 或 Cmd+D 来收藏此页！");}
	}
} 
$(function(){
	$(".addList li").mouseover(function(){
		$(this).addClass("on");
	}).mouseout(function(){
		$(this).removeClass("on");
	});
	$(".addList li a").not(".add_0").click(function(){
		var url = $(this).attr("href")+'&u='+ encodeURIComponent(u) +'&t='+ encodeURIComponent(t) +'&d='+ encodeURIComponent(d) +'&tag='+ encodeURIComponent(tag) +'';
		window.open(url);
		return false;
	});
});
