
    function isFacebook(){
        
       u = location.href;
       t = document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=650,height=420');
       
       return false;
        
    }
    
    function isPlurk(){
        
        window.open('http://www.plurk.com/?qualifier=shares&status='  .concat(' ') .concat(' ') .concat(encodeURIComponent(location.href)) .concat(' ') .concat('&#40;') .concat(encodeURIComponent(document.title)) .concat('&#41;'));
        
    }
    
    function isTwitter(){
        
        window.open('http://twitter.com/home/?status='.concat(encodeURIComponent(document.title)) .concat(' ') .concat(encodeURIComponent(location.href)));
        
    }

    function isSeek(){
        
        if( document.seekform.ins.value.length == 0){
        
            alert('請輸入關鍵字進行文章搜尋！');    
            document.seekform.ins.focus();
            return false;
            
        }
        
    }

    function OpenLink( url, width, height){
        
        window.open( url, 'OpenLink', 'scrollbars=auto, width=' + width + ', height=' + height + '');
        
    }
    
    function isPrint( sn){
        
        window.open( './article_print.asp?sn=' + sn, 'OpenPrint', 'scrollbars=yes, width=550, height=650');
        
    }

    function isForward( sn){
        
        window.open( './article_forward.asp?sn=' + sn, 'OpenForward', 'scrollbars=no, width=520, height=355');
        
    }

    _uacct = "UA-958988-1";
    
    urchinTracker();