document.write("ÎÒµÄ²©¿Í:<br/><a href='http://hi.eedu.org.cn/blog/wangder/'></a><br/>(ÎÄÕÂ:0 ÕÕÆ¬:0)");
function display() {
   showBlog = {"path":"http://hi.eedu.org.cn/blog/wangder","name":"","numOfArticles":0,"numOfPhotos":0,"latest_articles":[]}
   var b = showBlog.latest_articles;
   var dout = new StringBuffer();
     for(var i=0; i < b.length; i++) {
     dout.append("<BR><a href='http://hi.eedu.org.cn/blog/wangder/article/i"+b[i].id+".html' title=\""+b[i].subject+"\">"+b[i].subject+"</a>");
          
    }
    document.getElementById('blog').innerHTML = dout;
} 
