﻿// JScript 文件
    var online= new Array();
    
    document.write("<script src='http://webpresence.qq.com/getonline?Type=1&313683028:'></script>"); 

jQuery(document).ready(function(){ 

    jQuery("label[id*=lblonlineonline]").bind("click",function(){
        window.open("help/online.htm","缤纷乐客服","height=470,width=700,top=0,left=0,toolbar=no,menubar=no, scrollbars=no, resizable=no,location=no, status=no");
    });

    var msns = jQuery("label[id*=lblonlinemsn]");
    
    var msnhtml;
    for(var i=0;i<msns.length;i++)
    {
            
          msnhtml =jQuery(msns[i]).html();
          
         jQuery( msns[i]).html("<a href='msnim:chat?contact=binfenle_kf@hotmail.com' target='_blank'>"+msnhtml+"</a>");
    }


    var qqs = jQuery("label[id*=lblonlineqq]");
    var qqhtml;

    for(var i=0;i<qqs.length;i++)
    {
        qqhtml =jQuery(qqs[i]).html();

        try
        {
            var st = "";
            if(online[0]==1)
            {
                st ="<a href=\"http://sighttp.qq.com/cgi-bin/check?sigkey=786a9e9550e6d3ed218e89b954a6266bdb407050917f26cf52346fc5a704f02f\"; target='_blank'; onclick=\"var tempSrc='http://sighttp.qq.com/wpa.js?rantime='+Math.random()+'&sigkey=786a9e9550e6d3ed218e89b954a6266bdb407050917f26cf52346fc5a704f02f';var oldscript=document.getElementById('testJs');var newscript=document.createElement('script');newscript.setAttribute('type','text/javascript'); newscript.setAttribute('id', 'testJs');newscript.setAttribute('src',tempSrc);if(oldscript == null){document.body.appendChild(newscript);}else{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;\">"+qqhtml+"</a>"; 
            }
            else
            {
                st ="<a href=\"http://sighttp.qq.com/cgi-bin/check?sigkey=786a9e9550e6d3ed218e89b954a6266bdb407050917f26cf52346fc5a704f02f\"; target='_blank'; onclick=\"var tempSrc='http://sighttp.qq.com/wpa.js?rantime='+Math.random()+'&sigkey=786a9e9550e6d3ed218e89b954a6266bdb407050917f26cf52346fc5a704f02f';var oldscript=document.getElementById('testJs');var newscript=document.createElement('script');newscript.setAttribute('type','text/javascript'); newscript.setAttribute('id', 'testJs');newscript.setAttribute('src',tempSrc);if(oldscript == null){document.body.appendChild(newscript);}else{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;\">"+qqhtml+"</a>";
            }
            jQuery(qqs[i]).html(st);
        }
        catch(e)
        {
             jQuery(qqs[i]).html('');
        }
    }

});
 
 
 function qq()
    {
        window.open("http://wpa.qq.com/msgrd?v=3&uin=313683028&site=qq&menu=yes");
    }
    function kf()
    {
	    window.open("http://www.binfenle.com/dialog_1.htm","缤纷乐客服","height=470,width=700,top=0,left=0,toolbar=no,menubar=no,scrollbars=no, resizable=no,location=no, status=no");
    }
    function ww(obj)
    { 
    
        if(obj.length==0)
	     window.open("http://amos1.taobao.com/msg.ww?v=2&uid=%E7%BC%A4%E7%BA%B7%E4%B9%90%E6%97%97%E8%88%B0%E5%BA%97&s=1");
	     else
	     {
	     window.open("http://amos1.taobao.com/msg.ww?v=2&uid="+encodeURIComponent(obj)+"&s=1");
	     }
	     
    }
