﻿// line 1
var slogan = "#JOSSY JO金羽杰#金羽杰2011秋冬系列羽绒服华丽登场";
// href = d.location.href,
// href = "http://www.jossyjo.com.cn/",
// href = u ? href.indexOf("?") == -1 ? href + "?" + u : href + "&" + u : href,
function shareRenRen() {
  var d = document,
      e = encodeURIComponent,
      href = "http://www.jossyjo.com.cn/",
      r = 'http://share.renren.com/share/buttonshare/post/1004?url=' + e(href) + '&title=' + e(slogan) + '&context=' + e(slogan),
      x = function() { if (!window.open(r, 'renren', 'toolbar=0,resizable=1,scrollbars=yes,status=1,width=700,height=500')) location.href = r };
  if (/Firefox/.test(navigator.userAgent)) { setTimeout(x, 0) } else { x() }
}

function shareSINA() {
  var d = document,
      e = encodeURIComponent,
      s1 = window.getSelection,
      s2 = d.getSelection,
      s3 = d.selection,
      s = s1 ? s1() : s2 ? s2() : s3 ? s3.createRange().text : '',
      href = "http://www.jossyjo.com.cn/",
      r = 'http://service.weibo.com/share/share.php?url=' + e(href) + '&title=' + e(slogan),
      x = function() { if (!window.open(r, 'sina', 'toolbar=0,resizable=1,scrollbars=yes,status=1,width=700,height=500')) location.href = r };
  if (/Firefox/.test(navigator.userAgent)) { setTimeout(x, 0) } else { x() }
}

function shareQQ() {
  var d = document,
      e = encodeURIComponent,
      s1 = window.getSelection,
      s2 = d.getSelection,
      s3 = d.selection,
      s = s1 ? s1() : s2 ? s2() : s3 ? s3.createRange().text : '',
      href = "http://www.jossyjo.com.cn/",
      r = 'http://v.t.qq.com/share/share.php?url=' + e(href) + '&title=' + e(slogan),
      x = function() { if (!window.open(r, 'qq', 'toolbar=0,resizable=1,scrollbars=yes,status=1,width=700,height=500')) location.href = r };
  if (/Firefox/.test(navigator.userAgent)) { setTimeout(x, 0) } else { x() }
}

function shareKaiXin() {
  var d = document,
      e = encodeURIComponent,
      s1 = window.getSelection,
      s2 = d.getSelection,
      s3 = d.selection,
      s = s1 ? s1() : s2 ? s2() : s3 ? s3.createRange().text : '',
      href = "http://www.jossyjo.com.cn/",
      r = 'http://www.kaixin001.com/repaste/bshare.php?&rurl=' + e(href) + '&rtitle=' + e(slogan) + '&rcontext==' + e(s),
      x = function() { if (!window.open(r, 'kaixin', 'toolbar=0,resizable=1,scrollbars=yes,status=1,width=600,height=400')) location.href = r };
  if (/Firefox/.test(navigator.userAgent)) { setTimeout(x, 0) } else { x() }
}

function shareDouBan() {
  var d = document,
      e = encodeURIComponent,
      s1 = window.getSelection,
      s2 = d.getSelection,
      s3 = d.selection,
      s = s1 ? s1() : s2 ? s2() : s3 ? s3.createRange().text : '',
      href = "http://www.jossyjo.com.cn/",
      r = 'http://www.douban.com/recommend/?url=' + e(href) + '&title=' + e(slogan) + '&sel=' + e(s) + '&v=1',
      x = function() { if (!window.open(r, 'douban', 'toolbar=0,resizable=1,scrollbars=yes,status=1,width=450,height=330')) location.href = r + '&r=1' };
  if (/Firefox/.test(navigator.userAgent)) { setTimeout(x, 0) } else { x() }
}


function shareQZone() {
  var p = {
  url: "www.jossyjo.com.cn",
    desc: slogan, /*默认分享理由(可选)*/
    summary: slogan, /*摘要(可选)*/
    title: '', /*分享标题(可选)*/
    site: 'www.jossyjo.com.cn', /*分享来源 如：腾讯网(可选)*/
    pics: '' /*分享图片的路径(可选)*/
  };
  var s = [];
  for(var i in p){
    s.push(i + '=' + encodeURIComponent(p[i]||''));
  }
  r = 'http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?' + s.join('&');
  x = function() { if (!window.open(r, 'qzone', 'toolbar=0,resizable=1,scrollbars=yes,status=1,width=600,height=500')) location.href = r + '&r=1' };
  if (/Firefox/.test(navigator.userAgent)) { setTimeout(x, 0) } else { x() }
}
