<!--              
    function viewFullComment(id)

    {                         
        var comment = document.getElementById('comment');  
		
		if(comment.style.display == 'none')
         {                                
             comment.style.display = 'block'
         } 
         else 
         {                              
             comment.style.display = 'none';
         }	
    }
//--> 


var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3Fbc8477159b900841a0671cbc2e3a1ee8' type='text/javascript'%3E%3C/script%3E"));
