

function copyToClipBoard()
{
	var clipBoardContent=document.title+"\r\n"+location.href;
	window.clipboardData.setData("Text",clipBoardContent);
	alert("本页地址已复制，快发给您QQ/MSN上的好友吧：）");
}


function shoucang()
{
document.write('<div class="shoucang">');
	document.write('<span>');
	document.write('<b>将本文收藏到：</b>');
	document.write('</span>');
	document.write('<span class="icos">');
		document.write("<a href=\"javascript:window.open('http://cang.baidu.com/do/add?it='+encodeURIComponent(document.title.substring(0,76))+'&iu='+encodeURIComponent(location.href)+'&fr=ien#nw=1','_blank','scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes'); void 0\" title=\"Baidu搜藏\"></a>");
		document.write("<a href=\"http://www.google.com/bookmarks/mark?op=add&bkmk="+encodeURIComponent(location.href)+"&title="+encodeURIComponent(document.title)+"\" target=\"_blank\" title=\"Google书签\"></a>");
		document.write("<a href=\"javascript:window.open('http://shuqian.qq.com/post?from=3&title='+encodeURIComponent(document.title)+'&uri='+encodeURIComponent(document.location.href)+'&jumpback=2&noui=1','favit','width=930,height=470,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes');void(0)\" title=\"QQ书签\"></a>");
		document.write("<a href=\"javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange\r\n().text:''):(d.getSelection?d.getSelection():'');void(vivi=window.open('http://vivi.sina.com.cn/collect/icollect.php?pid=2008&title='+escape(d.title)+'&url='+escape(d.location.href)+'&desc='+escape(t),'vivi','scrollbars=no,width=480,height=480,left=75,top=20,status=no,resizable=yes'));vivi.focus();\" title=\"新浪ViVi\"></a>");
		document.write("<a href=\"http://myweb.cn.yahoo.com/popadd.html?url="+encodeURIComponent(document.location.href)+"&title="+encodeURIComponent(document.title)+"\" target=\"_blank\" title=\"Yahoo书签\"></a>");
		document.write("<a href=\"javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(keyit=window.open('http://www.365key.com/storeit.aspx?t='+escape(d.title)+'&u='+escape(d.location.href)+'&c='+escape(t),'keyit','scrollbars=no,width=475,height=575,left=75,top=20,status=no,resizable=yes'));keyit.focus();\" title=\"365Key网摘\"></a>");
		document.write("<a href=\"javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(yesky=window.open('http://hot.yesky.com/dp.aspx?t='+escape(d.title)+'&u='+escape(d.location.href)+'&c='+escape(t)+'&st=2','yesky','scrollbars=no,width=400,height=480,left=75,top=20,status=no,resizable=yes'));yesky.focus();\" title=\"天极网摘\"></a>");
		document.write("<a href=\"javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(wozhai=window.open('http://www.wozhai.com/wozhai/Cento.asp#t='+escape(d.title)+'&u='+escape(d.location.href)+'&c='+escape(t),'wozhai','scrollbars=no,width=475,height=575,left=75,top=20,status=no,resizable=yes'));wozhai.focus();\" title=\"我摘\"></a>");
		document.write("<a href=\"javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange\r\n().text:''):(d.getSelection?d.getSelection():'');void(vivi=window.open('http://my.poco.cn/fav/storeIt.php?t='+escape(d.title)+'&u='+escape(d.location.href)+'&c='+escape(t),'_blank','scrollbars=no,width=475,height=575,left=75,top=20,status=no,resizable=yes'));\" title=\"POCO网摘\"></a>");
		document.write("<a href=\"javascript:t=document.title;u=location.href;e=document.selection?(document.selection.type!='None'?document.selection.createRange().text:''):(document.getSelection?document.getSelection():'');void(open('http://bookmark.hexun.com/post.aspx?title='+escape(t)+'&url='+escape(u)+'&excerpt='+escape(e),'HexunBookmark','scrollbars=no,width=600,height=450,left=80,top=80,status=no,resizable=yes'));\" title=\"和讯网摘\"></a>");
		document.write("<a href=\"javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(live=window.open('https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url='+escape(d.location.href)+'&title='+escape(d.title)+'&top=1','live','scrollbars=no,status=no,resizable=yes'));live.focus();\" title=\"Windows Live\"></a>");
	document.write('</span>');
	document.write('<span>');
	document.write(' | <a href="javascript:window.external.AddFavorite(location.href, document.title)">收藏到本地</a>');
	document.write('</span>');
	document.write('<span>');
	document.write(' | <a href="javascript://" onClick="copyToClipBoard()">复制本文地址</a>');
	document.write('</span>');
document.write('</div>');
}