
u=encodeURIComponent(location.href);
t=encodeURIComponent(document.title);
//img ='www.foodcare.com.tw/Upload/ArticleAuthor/Img/6f5dda.jpg';
function fbs_click() 
{window.open('http://www.facebook.com/sharer.php?u='+u+'&t='+t,'sharer','toolbar=0,status=0,width=650,height=420');}
function plurk_click() {
window.open('http://www.plurk.com/?qualifier=shares&status='.concat(u).concat(' ').concat('(').concat(t).concat(')') ) ;
}
function twitter_click()
{ window.open('http://twitter.com/home/?status='.concat(t).concat(' ').concat(u)); }

function google_click()
{ window.open('http://www.google.com/bookmarks/mark?op=add&bkmk='+u+'&title=' + t); }

function myshare_click()
{ window.open('http://myshare.url.com.tw/index.php?func=newurl&from=mysharepop&NewsMaster=1&url=' + u + '('+t+')'); }

function hemidemi_click()
{ window.open('http://www.hemidemi.com/user_bookmark/new?url=' + u + '&title=' + t); }

function funp_click()
{ window.open('http://funp.com/push/submit/add.php?url' + u + '&s=' + t +'&via=tool'); }

function msn_click()
{ window.open('https://favorites.live.com/quickadd.aspx?marklet=0&mkt=zh-tw&top=1&url=' + u + '&title=' + t); }

function yahoo_click()
{ window.open('http://tw.myweb2.search.yahoo.com/myresults/bookmarklet?t=' + t + '&u=' + u); }


