$(document).ready(function() { $.get("/ch/reader/reference_list.aspx?pcid=&cid=&jid=&yid=140ECF96957D60B2&aid=&iid=5D311CA918CA9A03&sid=42425781F0B1C26E&eid=42425781F0B1C26E&ct=F112C631244D7F07BB4BFB888257CBD2484FFDBCE8E184C386BD902BAACB5454A0296F5360485B877EFD2E31FFE55CBC&et=&flag=1&journal_id=zggyxx&file_no=201008035&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=140ECF96957D60B2&aid=&iid=5D311CA918CA9A03&sid=42425781F0B1C26E&eid=42425781F0B1C26E&ct=F112C631244D7F07BB4BFB888257CBD2484FFDBCE8E184C386BD902BAACB5454A0296F5360485B877EFD2E31FFE55CBC&et=&flag=1&journal_id=zggyxx&file_no=201008035&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=140ECF96957D60B2&aid=&iid=5D311CA918CA9A03&sid=42425781F0B1C26E&eid=42425781F0B1C26E&ct=F112C631244D7F07BB4BFB888257CBD2484FFDBCE8E184C386BD902BAACB5454A0296F5360485B877EFD2E31FFE55CBC&et=&flag=1&journal_id=zggyxx&file_no=201008035&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=140ECF96957D60B2&aid=&iid=5D311CA918CA9A03&sid=42425781F0B1C26E&eid=42425781F0B1C26E&ct=F112C631244D7F07BB4BFB888257CBD2484FFDBCE8E184C386BD902BAACB5454A0296F5360485B877EFD2E31FFE55CBC&et=&flag=1&journal_id=zggyxx&file_no=201008035&ms_file_no=&ms_year=&cp=1&tn=0&from_founder_html=",function(xml){ if(xml!=""){ $("div#SelfRelateArticleList").html(xml); } }); });