$(document).ready(function() {
$.get("/ch/reader/reference_list.aspx?pcid=&cid=&jid=&yid=&aid=&iid=&sid=&eid=&ct=&et=&flag=1&journal_id=zgdzen&file_no=20120410&ms_file_no=&ms_year=&cp=1&tn=0&from_founder_html=",function(xml){
if(xml!=""){
$("div#ReferenceList").html(xml);
}
});
$.get("/ch/reader/was_referenced_list.aspx?pcid=&cid=&jid=&yid=&aid=&iid=&sid=&eid=&ct=&et=&flag=1&journal_id=zgdzen&file_no=20120410&ms_file_no=&ms_year=&cp=1&tn=0&from_founder_html=",function(xml){
if(xml!=""){
$("div#WasReferencedList").html(xml);
}
});
$.get("/ch/reader/relate_article_list.aspx?pcid=&cid=&jid=&yid=&aid=&iid=&sid=&eid=&ct=&et=&flag=1&journal_id=zgdzen&file_no=20120410&ms_file_no=&ms_year=&cp=1&tn=0&from_founder_html=",function(xml){
if(xml!=""){
$("div#RelateArticleList").html(xml);
}
});
$.get("/ch/reader/self_relate_article_list.aspx?pcid=&cid=&jid=&yid=&aid=&iid=&sid=&eid=&ct=&et=&flag=1&journal_id=zgdzen&file_no=20120410&ms_file_no=&ms_year=&cp=1&tn=0&from_founder_html=",function(xml){
if(xml!=""){
$("div#SelfRelateArticleList").html(xml);
}
});
});