﻿var bookmark='\
<p class="bookmark">\
&nbsp;&nbsp;&nbsp;&nbsp;<a class="delicious" rel="nofollow" target="_blank" href="http://del.icio.us/post?url='+window.location.href+'&title='+encodeURIComponent(document.title)+'">Del.icio.us</a>\
&nbsp;&nbsp;<a class="google" rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&bkmk='+location.href+'&title='+encodeURIComponent(document.title)+'">Google书签</a>\
&nbsp;&nbsp;<a class="yahooweb" rel="nofollow" target="_blank" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u='+location.href+'">Yahoo!</a>\
&nbsp;&nbsp;<a class="baiducang" rel="nofollow" target="_blank" href="http://cang.baidu.com/do/add?it='+encodeURIComponent(document.title.substring(0,76))+'&iu='+encodeURIComponent(location.href)+'&fr=ien#nw=1">百度收藏</a>\
&nbsp;&nbsp;<a class="qq" target="_blank" rel="nofollow" href="http://shuqian.qq.com/post?from=3&title='+encodeURIComponent(document.title)+'&uri='+encodeURIComponent(document.location.href)+'&jumpback=2&noui=1">QQ书签</a>\
</p>\
';
document.write(bookmark);
//