$=function(d){return document.getElementById(d);}
getAbsLeft=function(e){l=e.offsetLeft;while(e=e.offsetParent)l+=e.offsetLeft;return l;}
getAbsTop=function(e){l=e.offsetTop;while(e=e.offsetParent)l+=e.offsetTop;return l;}
function bk(u,t){
	if (document.all){
		window.external.AddFavorite(u,t);
	}else if (window.sidebar){
		window.sidebar.addPanel(t,u,"");
	}
	return false;	
}
var addthis={
delicious:{top:-32,title:'delicious',code:'window.open("http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url="+encodeURIComponent(self.location.href)+"&amp;title="+encodeURIComponent(document.title)+"","_blank","toolbar=no,width=550,height=550");'},
google:{top:-111,title:'谷歌书签',code:'window.open("http://www.google.com/bookmarks/mark?op=add&bkmk="+encodeURIComponent(self.location.href)+"&title="+encodeURIComponent(document.title)+"","_blank","width=800,height=470,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes");'},
bookmark:{top:-95,title:'浏览器收藏夹',code:'bk(self.location.href,document.title)'},
twitter:{top:-160,title:'twitter',code:'window.open("http://twitter.com/home?status=Currently reading "+encodeURIComponent(self.location.href))'},
qq:{top:-178,title:'QQ书签',code:'window.open("http://shuqian.qq.com/post?from=3&title="+encodeURIComponent(document.title)+"&uri="+encodeURIComponent(self.location.href)+"&jumpback=2&noui=1","_blank","width=930,height=470,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes");'},
baidu:{top:0,title:'百度搜藏',code:'window.open("http://cang.baidu.com/do/add?it="+encodeURIComponent(document.title)+"&iu="+encodeURIComponent(self.location.href)+"&fr=ien#nw=1","_blank","scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes");'},
facebook:{top:-77,title:'facebook',code:'window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(self.location.href)+"&t="+encodeURIComponent(document.title)+"&fr=ien#nw=1","_blank","scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes");'},
reddit:{top:-213,title:'reddit',code:'window.open("http://www.reddit.com/submit?url="+encodeURIComponent(self.location.href)+"&title="+encodeURIComponent(document.title))'}
//digg:{top:-48,title:'digg',code:'window.open("http://digg.com/")'},
//blogger:{top:-16,title:'blogger'}
//email:{top:-63},
//google_color:{top:-127},
//reddit:{top:-144},
//rss:{top:-195},
};
function bookmark_icons(){
	for (var key in addthis){
	  document.writeln('<img src="/img/blank.gif" style="cursor:pointer; width:16px; height:16px; background-image:url(/img/addthis.gif); background-repeat:no-repeat; background-position:0 '+(addthis[key].top)+'px;" alt="添加到'+addthis[key].title+'" title="添加到'+addthis[key].title+'" onclick=\''+addthis[key].code+'\' />');
	}
}