﻿var d=document;
function facebook() {u=location.href;t=d.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}

function myspace(){
	var T=d.location.href;
	    C=d.title+'_'+d.kaixin001_repaste.r_content.value;
		T=T.replace('#','');
	var targetUrl = 'http://www.myspace.com/index.cfm?fuseaction=postto&' + 't=' + encodeURIComponent(T)
    + '&c=' + encodeURIComponent(C) + '&u=&l=3';
    window.open(targetUrl);}



function renren(){
	var T=d.location.href;
	    C=d.title+'_'+d.kaixin001_repaste.r_content.value;

		T=T.replace('#','');
	var targetUrl = 'http://share.renren.com/share/buttonshare.do?link=' + T
    + '&title=' + C;
    window.open(targetUrl);}


function douban(){
	void(function(){var e=encodeURIComponent,s1=window.getSelection,s2=d.getSelection,s3=d.selection,s=s1?s1():s2?s2():s3?s3.createRange().text:'',r='http://www.douban.com/recommend/?url='+e(d.location.href)+'&title='+e(d.title)+'&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 weibo(){
	 var T=d.location.href;
	 	T=T.replace('#','');
	    C=d.title+'_'+d.kaixin001_repaste.r_content.value;
		
	var targetUrl = 'http://v.t.sina.com.cn/share/share.php?url=' + T
    + '&title=' +encodeURIComponent(C)+'&source=经济观察网&sourceUrl=http://www.eeo.com.cn&content=utf8&pic=';
    window.open(targetUrl);}
//http://v.t.sina.com.cn/share/share.php?url=http%3A%2F%2Fblog.sina.com.cn%2Fs%2Fblog_5f6e86f90100fd0x.html&title=%E5%88%86%E4%BA%AB%E8%99%B9%E7%8C%AB%E7%9A%84%E5%8D%9A%E6%96%87%EF%BC%9A%E5%8D%9A%E5%AE%A27.0%E7%89%88%E9%9D%93%E7%85%A7%E2%80%94%E2%80%94%E5%BF%AB%E6%9D%A5%E7%9C%8B%E4%B8%80%E7%9C%8B%E5%90%A7%EF%BC%81&source=%E6%96%B0%E6%B5%AA-%E5%8D%9A%E5%AE%A2&sourceUrl=http%3A%2F%2Fblog.sina.com.cn&content=utf-8&pic=5f6e86f9h752d8d891b85
function kaixin(){
	//d.kaixin001_repaste.rcontent.value=d.getElementById('news_con').innerHTML;
	//var T=d.location.href;
	 	//T=T.replace('#','');
	//$.getJSON(T, function(data){
		d.kaixin001_repaste.rtitle.value=d.title;
        d.kaixin001_repaste.rcontent.value=d.kaixin001_repaste.r_content.value;
		d.kaixin001_repaste.rurl.value=d.location.href;
		d.kaixin001_repaste.submit();
    //});

	
}

