function shareLink_QQ() {
  var url = "http://v.t.qq.com/share/share.php?url="+encodeURIComponent(location.href)+"&title="+encodeURIComponent(document.title.substring(0,76))+"&source=1000014&site=http://www.88iv.com";
  window.open(url, "_blank", 'toolbar=0,status=0,resizable=1,width=640,height=480');
  return false;
}

function shareLink_DB() {
  var url = "http://www.douban.com/recommend/?url="+encodeURIComponent(location.href)+"&title="+encodeURIComponent(document.title.substring(0,76))+"";
  window.open(url, "_blank", 'toolbar=0,status=0,resizable=1,width=640,height=480');
  return false;
}

function shareLink_XG() {
  var url = "http://www.xianguo.com/service/submitdigg/?link="+encodeURIComponent(location.href)+"&title="+encodeURIComponent(document.title.substring(0,76))+"";
  window.open(url, "_blank", 'toolbar=0,status=0,resizable=1,width=640,height=480');
  return false;
}

function shareLink_QQS() {
  var url = "http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url="+encodeURIComponent(location.href)+"";
  window.open(url, "_blank", 'toolbar=0,status=0,resizable=1,width=640,height=480');
  return false;
}

function shareLink_RR() {
  var url = "http://share.renren.com/share/buttonshare.do?link="+encodeURIComponent(location.href)+"&title="+encodeURIComponent(document.title.substring(0,76))+"";
  window.open(url, "_blank", 'toolbar=0,status=0,resizable=1,width=640,height=480');
  return false;
}

function shareLink_KX() {
  var url = "http://www.kaixin001.com/repaste/share.php?rtitle="+encodeURIComponent(document.title.substring(0,76))+"&rurl="+encodeURIComponent(location.href)+"&rcontent=";
  window.open(url, "_blank", 'toolbar=0,status=0,resizable=1,width=640,height=480');
  return false;
}

function shareLink_TWITTER() {
  var url = "http://twitter.com/home?status="+encodeURIComponent((document.title).substring(0,80)+"... "+location.href)+"";
  window.open(url, "_blank", 'toolbar=0,status=0,resizable=1,width=640,height=480');
  return false;
}

function shareLink_GOOGLE() {
  var url = "http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk="+encodeURIComponent(location.href)+"&amp;title="+encodeURIComponent(document.title.substring(0,76))+"";
  window.open(url, "_blank", 'toolbar=0,status=0,resizable=1,width=640,height=480');
  return false;
}

function shareLink_FACEBOOK() {
  var url = "http://www.facebook.com/sharer.php?u="+encodeURIComponent(location.href)+"&amp;t="+encodeURIComponent(document.title.substring(0,76))+"";
  window.open(url, "_blank", 'toolbar=0,status=0,resizable=1,width=640,height=480');
  return false;
}

function shareLink_DELICIOUS() {
  var url = "http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url="+encodeURIComponent(location.href)+"&amp;title="+encodeURIComponent(document.title.substring(0,76))+"";
  window.open(url, "_blank", 'toolbar=0,status=0,resizable=1,width=640,height=480');
  return false;
}

