window.onload=function() {
      var my_CurrUrl = top.location.toString() ;  
	  my_CurrUrl = encodeURIComponent(my_CurrUrl);
	  var post_html = "<table border='0' cellpadding='0' cellspacing='2'><tr><td valign='top'><a href='http://plurk.com/?qualifier=shares&amp;status=" + my_CurrUrl + "' target='_blank'><img src='/icon/post_plurk.gif' width='36' height='20' border='0' /></a></td><td valign='top'><a href='http://www.facebook.com/sharer.php?u="+ my_CurrUrl +"' target='_blank'><img src='/icon/post_facebook.gif' width='18' height='18' border='0' /></a></td><td valign='top'><a href='http://twitter.com/?status="+ my_CurrUrl +"' target='_blank'><img src='/icon/post_twitter.gif' width='18' height='18' border='0' /></a></td><td valign='top'><a href='https://favorites.live.com/quickadd.aspx?marklet=0&amp;mkt=zh-tw&amp;top=1&amp;url=" + my_CurrUrl + "' target='_blank'><img src='/icon/post_live.gif' width='18' height='18' border='0' /></a></td><td valign='top'><a href='http://myshare.url.com.tw/?func=newurl&amp;from=mysharepop&amp;url=" + my_CurrUrl + "&amp;contents=' target='_blank'><img src='/icon/post_myshare.gif' width='18' height='18' border='0' /></a></td><td valign='top'><a href='http://www.hemidemi.com/user_bookmark/new?title=My-cartoon&amp;url=" + my_CurrUrl + "&amp;via=&amp;description=' target='_blank'><img src='/icon/post_hemidemi.gif' width='18' height='18' border='0' /></a></td><td valign='top'><a href='https://www.google.com/bookmarks/mark?op=add&amp;bkmk=" + my_CurrUrl + "&amp;title=My-cartoon&amp;annotation=' target='_blank'><img src='/icon/post_google.gif' width='18' height='18' border='0' /></a></td><td valign='top'><a href='http://del.icio.us/post?title=My-cartoon&amp;url=" + my_CurrUrl + "&amp;notes=' target='_blank'><img src='/icon/post_delicious.gif' width='18' height='18' border='0' /></a></td><td valign='top'><a href='http://funp.com/push/submit/?url=" + my_CurrUrl + "' target='_blank'><img src='/icon/post_funp.gif' width='18' height='18' border='0' /></a></td><td valign='top'><a href='http://www.google.com/buzz/post?message=My-cartoon&amp;url=" + my_CurrUrl + "' target='_blank'><img src='/icon/post_buzz.gif' width='18' height='18' border='0' /></a></td><td valign='top'><a href='http://service.weibo.com/share/share.php?url="+ my_CurrUrl +"&appkey=&title=&pic=&ralateUid=' target='_blank'><img src='/icon/post_transparent.gif' border='0' /></a></td></tr></table>";	  
	      
      document.getElementById('like').innerHTML=
      "<div id='myArticleFBlikeAreaTop' style='position:absolute; width:100px; display: block; margin-top: -18px; left: 52px;'>"
      + "<iframe src='http://www.facebook.com/plugins/like.php?href="
      + my_CurrUrl + "&layout=button_count&show_faces=false&width=100&action=like&font=arial&colorscheme=light&height=21'" 
     +" scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:100px; height:21px;' allowTransparency='true'></iframe></div><div id='myArticlePOSTAreaTop' style='position:absolute; display: block; margin-top: -20px; left: 122px;'>" + post_html + "</div>"
      +document.getElementById('like').innerHTML;  
      document.getElementById('content_all').innerHTML=document.getElementById('content_all').innerHTML
      +"<div id='myArticleFBlikeAreaBottom' style='clear: both; padding-top: 0px; padding-bottom: 0px;'>" + "<iframe src='http://www.facebook.com/plugins/like.php?href="
      + my_CurrUrl + "&layout=standard&show_faces=true&width=450&action=like&font=arial&colorscheme=light&height=60'" 
     +" scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:450px; height:60px;' allowTransparency='true'></iframe></div>";  
}


