var cj = "GNC惊喜双重奏";

//分享开心
function shareKainxin(val){
	window.open("http://www.kaixin001.com/repaste/share.php?rtitle="+encodeURIComponent(document.title)+"&rurl="+encodeURIComponent(location.href)+"&rcontent="+encodeURIComponent("我正在参加贝GNC惊喜双重奏 http://www.gnc.com.cn/jingxishuangchongzou.jsp"), "_blank", "scrollbars=no,width=600,height=400,left=75,top=20,status=no,resizable=yes");	
}//end fun

//分享Sina
function shareSina(val){
	window.open("http://v.t.sina.com.cn/share/share.php?title="+encodeURIComponent(cj)+"&url="+encodeURIComponent("http://www.gnc.com.cn/jingxishuangchongzou.jsp"), "_blank", "scrollbars=no,width=600,height=300,left=375,top=120,status=no,resizable=yes");
}//end fun

//分享Renren
function shareRenren(val){
	window.open("http://share.renren.com/share/buttonshare.do?title="+encodeURIComponent(document.title)+"&content="+encodeURIComponent("我正在参加" +cj)+"&link="+encodeURIComponent("http://www.gnc.com.cn/jingxishuangchongzou.jsp"),"_blank","scrollbars=no,width=600,height=350,left=375,top=120,status=no,resizable=yes");
}//end fun

//分享qq Blog
function shareqqBlog(val){
	var _t = encodeURIComponent("我正在参加" +cj);
	var _url = encodeURIComponent("http://www.gnc.com.cn/jingxishuangchongzou.jsp");
	var _appkey = 1000001;
	var _site = encodeURIComponent("http://www.gnc.com.cn/jingxishuangchongzou.jsp");
	var _pic = '';
	var _u = 'http://v.t.qq.com/share/share.php?title='+_t+'&url='+_url+'&appkey='+_appkey+'&site='+_site+'&pic='+_pic;
	window.open(_u, '转播到腾讯微博', 'width=700,height=480,top=180,left=320,toolbar=no,menubar=no,scrollbars=no,location=yes,resizable=no,status=no');
}

//分享QQ Zoom
function shareqqZoom(val){
	window.open("http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url="+encodeURIComponent("http://www.gnc.com.cn/jingxishuangchongzou.jsp")+"&title="+encodeURIComponent(document.title), "_blank", "scrollbars=no,width=600,height=420,left=270,top=120,status=no,resizable=yes");
}//end fun

//分享douban
function sharedouban(val){
	window.open("http://www.douban.com/recommend/?url="+encodeURIComponent("http://www.gnc.com.cn/jingxishuangchongzou.jsp")+"&title="+encodeURIComponent(document.title), "_blank", "scrollbars=no,width=500,height=350,left=375,top=120,status=no,resizable=yes");
}//end fun

//分享msn
function sharemsn(val){
	var url = "http://profile.live.com/badge?&url=http://www.gnc.com.cn/jingxishuangchongzou.jsp&title=我正在参加GNC惊喜双重奏&description=GNC惊喜双重奏&screenshot=http%3A%2F%2Fhealth.msn.com.cn%2F2011%2F05%2F25%2F9183a5cd-0414-4acc-a759-c795f37f5900.jpg&content=utf-8&pic=";
	var win = window.open(url);
    if( win==null ){	
       window.alert("请不要启用弹出式窗口拦截");
	}else{
		win.focus();
	}
}//end fun

