﻿  function XinLang(title)        {       // title=escape(title);         var _w = 16 , _h = 16;         var param =         {            url:'www.clnchina.com',            type:'3',            count:'', /**是否显示分享数，1显示(可选)*/            appkey:'1251403860', /**您申请的应用appkey,显示分享来源(可选)*/            title:title, /**分享的文字内容(可选，默认为所在页面的title)*/            pic:'', /**分享图片的路径(可选)*/            ralateUid:'', /**关联用户的UID，分享微博会@该用户(可选)*/            rnd:new Date().valueOf()        }        var temp = [];        for( var p in param )        {           temp.push(p + '=' + encodeURIComponent( param[p] || '' ) )        }         document.write('<iframe allowTransparency="true" frameborder="0" scrolling="no" src=" http://hits.sinajs.cn/A1/weiboshare.html?' + temp.join('&') + '" width="'+ _w+'" height="'+_h+'"></iframe>')       }              function TengXun(Title)     {     // Title=escape(Title);   var _t = encodeURI(Title);   var _url = encodeURIComponent(document.location);   var _appkey = encodeURI("appkey");//你从腾讯获得的appkey   var _pic = encodeURI('');//（例如：var _pic='图片url1|图片url2|图片url3....）    var _site = '';//你的网站地址    var _u = 'http://v.t.qq.com/share/share.php?url=www.clnchina.com&appkey='+_appkey+'&site='+_site+'&pic='+_pic+'&title='+_t;    window.open( _u,'', 'width=700, height=680, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, location=yes, resizable=no, status=no' );   }      function Suhou(Title)     {    //  Title=escape(Title);                (                                      function(s,d,e,r,l,p,t,z,c)                         {                            var f='http://t.sohu.com/third/post.jsp?',u=z||'www.clnchina.com',p=['&url=',e(u),'&title=',e(t||Title),'&content=',c||'gb2312','&pic=',e(p||'')].join('');                                                      function a()                             {                              if(!window.open([f,p].join(''),'mb',['toolbar=0,status=0,resizable=1,width=660,height=470,left=',(s.width-660)/2,',top=',(s.height-470)/2].join('')))                              u.href=[f,p].join('');                             };                              if(/Firefox/.test(navigator.userAgent))                                setTimeout(a,0);                              else                              a();                         }             )                (screen,document,encodeURIComponent,'','','','','','utf-8')     }
