function bookmark_share(url,title)
{ 	title = title.replace(/&/g, "&amp;").replace(/"/g, "&quot;") ;
var string='';
//Google Bookmarks
string+="<a target=\"_blank\"  href=\"javascript:desc='';if(window.getSelection)desc=window.getSelection();if(document.getSelection)desc=document.getSelection();if(document.selection)desc=document.selection.createRange().text;void(open('http://www.google.com/bookmarks/mark?op=add&bkmk='+encodeURIComponent('http://"+url+"')+'&title='+encodeURIComponent('"+title+"')+'&annotation='+encodeURIComponent(desc)));\"><img src=\"http://web.caidiy.com/plate/files/myblog/person/make_template/cgs0102/1037//images/4.jpg\" title=\"Google Bookmarks\" alt=\"Google Bookmarks\" border=\"0\" width=\"14\" height=\"16\"></a>";

//黑米
string+="<a target=\"_blank\"  href=\"javascript:desc='';via='';if(document.referrer)via=document.referrer;if(typeof(_ref)!='undefined')via=_ref;if(window.getSelection)desc=window.getSelection();if(document.getSelection)desc=document.getSelection();if(document.selection)desc=document.selection.createRange().text;void(open('http://www.hemidemi.com/user_bookmark/new?title='+encodeURIComponent('"+title+"')+'&url='+encodeURIComponent('http://"+url+"')+'&description='+encodeURIComponent(desc)+'&via='+encodeURIComponent(via)));\"><img src=\"http://web.caidiy.com/plate/files/myblog/person/make_template/cgs0102/1037//images/2.jpg\" title=\"HEMiDEMi\" alt=\"HEMiDEMi 黑米共享書籤\" border=\"0\" width=\"14\" height=\"16\"></a>";

//奇摩分享書籤
string+="<a target=\"_blank\"  href=\"javascript:desc='';if(window.getSelection)desc=window.getSelection();if(document.getSelection)desc=document.getSelection();if(document.selection)desc=document.selection.createRange().text;void(open('http://tw.myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent('"+title+"')+'&u='+encodeURIComponent('http://"+url+"')+'&d='+encodeURIComponent(desc)+'&ei=UTF-8'));\"><img src=\"http://web.caidiy.com/plate/files/myblog/person/make_template/cgs0102/1037//images/5.jpg\" title=\"奇摩分享書籤\" alt=\"奇摩分享書籤\" border=\"0\" width=\"14\" height=\"16\"></a>";

//UDN 共享書籤
string+="<a target=\"_blank\"  href=\"javascript:desc='';via='';if(document.referrer)via=document.referrer;if(typeof(_ref)!='undefined')via=_ref;if(window.getSelection)desc=window.getSelection();if(document.getSelection)desc=document.getSelection();if(document.selection)desc=document.selection.createRange().text;void(open('http://bookmark.udn.com/add?f_TITLE='+encodeURIComponent('"+title+"')+'&f_URL='+encodeURIComponent('http://"+url+"')+'&f_DIGEST='+encodeURIComponent(desc)+'&via='+encodeURIComponent(via)));\"><img src=\"http://bookmark.udn.com/html/help/udn.gif\" border=\"0\" alt=\"UDN 共享書籤\" title=\"UDN 共享書籤\" width=\"14\" height=\"16\" /></a>";

//MyShare 網路書籤
string+="<a target=\"_blank\"  href=\"javascript:(function(){d=document;w=window;t='';if(d.selection){t=d.selection.createRange().text;}else{if(d.getSelection){t=d.getSelection();}else{if(w.getSelection){t=w.getSelection()}}}void(window.open('http://myshare.url.com.tw/index.php?func=newurl&url='+encodeURIComponent('http://"+url+"')+'&desc='+escape('"+title+"')+'&contents='+escape(t),'newwin'))})();\"><img src=\"http://web.caidiy.com/plate/files/myblog/person/make_template/cgs0102/1037//images/1.jpg\" title=\"MyShare\" alt=\"MyShare 網路書籤\" border=\"0\" width=\"14\" height=\"16\"></a>";

//funP
string+="<a href=\"http://funp.com/push/submit/add.php?url=http%3A%2F%2F"+url+"&via=tools\" target=\"_blank\" title=\"貼到funP\" alt=\"貼到funP\"><img src=\"http://funp.com/tools/images/post_05.gif\" border=\"0\"/></a>";


//百度
string+="<a href=\"javascript:desc='';if(window.getSelection)desc=window.getSelection();if(document.getSelection)desc=document.getSelection();if(document.selection)desc=document.selection.createRange().text;void(open('http://cang.baidu.com/do/add?iu='+encodeURIComponent('http://"+url+"')+'&it='+encodeURIComponent('"+title+"')+'&dc='+encodeURIComponent(desc)));\"><img src=\"http://web.caidiy.com/plate/files/myblog/person/make_template/cgs0102/1037//images/3.jpg\" title=\"百度\" alt=\"百度\" border=\"0\" width=\"14\" height=\"16\"></a>";

//del.icio
string+="<a href=\"javascript:void window.open('http://del.icio.us/post?&url='+encodeURIComponent('http://"+url+"')+'&title='+encodeURIComponent('"+title+"'))\"><img src=\"http://farm1.static.flickr.com/176/437902134_8f9882796e_m.jpg\" title=\"del.icio.us\" alt=\"del.icio.us\" border=\"0\" width=\"14\" height=\"16\"></a>";

//digg
string+="<a  href=\"javascript:desc='';if(window.getSelection)desc=window.getSelection();if(document.getSelection)desc=document.getSelection();if(document.selection)desc=document.selection.createRange().text;void(open('http://digg.com/submit?phase=2&url='+encodeURIComponent('http://"+url+"')+'&title='+encodeURIComponent('"+title+"')+'&bodytext='+encodeURIComponent(desc)));\"><img src=\"http://web.caidiy.com/plate/files/myblog/person/make_template/cgs0102/1037//images/7.jpg\" title=\"digg\" alt=\"digg\" border=\"0\" width=\"14\" height=\"16\"></a>";

return string;
}


