// JavaScript Document

function zhuantie()
{
	document.write('<span style="vertical-align: top;" class="zt_1">一键转帖：</span>'); 
    document.write('<a rel="nofollow" href="" class="zt"><img width="16px" height="16px" src="/images/qzone.png" alt="QQ空间" /></a>');  
    document.write('<a rel="nofollow" href="" target="_blank"  class="zt">'+sina()+'</a>'); 
    document.write('<a rel="nofollow" href="" target="_blank"  class="zt"><img width="16px" height="16px" src="/images/qq.png" alt="腾讯微博" /></a>');  
    document.write('<a rel="nofollow" href="" title="搜狐微博" target="_blank"  class="zt"><img width="16px" height="16px" src="/images/sohu.png" alt="搜狐微博" /></a>'); 
    document.write('<a rel="nofollow" href="" title="网易微博" target="_blank"  class="zt"><img width="16px" height="16px" src="/images/netease.png" alt="网易微博" /></a>');  
    document.write('<a rel="nofollow" href="" title="开心网" target="_blank"  class="zt"><img width="16px" height="16px" src="/images/kaixin001.png" alt="开心网" /></a>'); 
	document.write('<a rel="nofollow" href="" title="豆瓣" target="_blank"  class="zt"><img width="16px" height="16px" src="/images/douban.png" alt="豆瓣" /></a>'); 
}

function guanzhu()
{
	document.write('<iframe width="136" height="24" frameborder="0" allowtransparency="true" marginwidth="0" marginheight="0" scrolling="no" frameborder="No" border="0" src="http://widget.weibo.com/relationship/followbutton.php?width=136&height=24&uid=1926570822&style=2&btn=red&dpc=1"></iframe>');

}

function sina()
{
(function(){
  var _w = 16 , _h = 16;
  var param = {
    url:location.href,
    type:'3',
    count:'', /**是否显示分享数，1显示(可选)*/
    appkey:'2996594963', /**您申请的应用appkey,显示分享来源(可选)*/
    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() {
function show163Window(infocon,infourl,imgurl){
var param=[],ustr=[];
param[0] = 'link=http://ruozhi.com';  //link为网站域名
param[1]='source=' + encodeURIComponent('疯狂弱智');  //source为网站名称
param[2]='info=' + encodeURIComponent(infocon) + encodeURIComponent(infourl);  //info为转发的文字内容(可选，默认为页面title)
param[3]='images='+imgurl;  //images为传过来的图片地址，多个图片地址用","隔开
param[4]='togImg=true';  //默认显示转发图片(可选，删除true为不显示)
var url='http://t.163.com/article/user/checkLogin.do?';
url+=param.join("&");
ustr[0]='\'height=330,width=550,top=' + (screen.height - 280) / 2 ;
ustr[1]='left=' + (screen.width - 550) / 2 ;
ustr[2]='toolbar=no, menubar=no, scrollbars=no,';
ustr[2]+='resizable=yes,location=no, status=no\'';
var s=ustr.join(',');
window.open(url,'newwindow',s);
};
window.show163Window=show163Window;
})();
