$(document).ready(function() { $.get("/ch/reader/reference_list.aspx?pcid=&cid=&jid=&yid=FF7AA908D58E97FA&aid=&iid=708DD6B15D2464E8&sid=&eid=B6DA1AC076E37400&ct=12457C901C800912A59A7450E22902396F0ABDDD1C2068203B29DC83F652345C92EBADEEF605551B8EE0D25DC5C30F72&et=&flag=1&journal_id=ddjyllysj&file_no=jy131115&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=FF7AA908D58E97FA&aid=&iid=708DD6B15D2464E8&sid=&eid=B6DA1AC076E37400&ct=12457C901C800912A59A7450E22902396F0ABDDD1C2068203B29DC83F652345C92EBADEEF605551B8EE0D25DC5C30F72&et=&flag=1&journal_id=ddjyllysj&file_no=jy131115&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=FF7AA908D58E97FA&aid=&iid=708DD6B15D2464E8&sid=&eid=B6DA1AC076E37400&ct=12457C901C800912A59A7450E22902396F0ABDDD1C2068203B29DC83F652345C92EBADEEF605551B8EE0D25DC5C30F72&et=&flag=1&journal_id=ddjyllysj&file_no=jy131115&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=FF7AA908D58E97FA&aid=&iid=708DD6B15D2464E8&sid=&eid=B6DA1AC076E37400&ct=12457C901C800912A59A7450E22902396F0ABDDD1C2068203B29DC83F652345C92EBADEEF605551B8EE0D25DC5C30F72&et=&flag=1&journal_id=ddjyllysj&file_no=jy131115&ms_file_no=&ms_year=&cp=1&tn=0&from_founder_html=",function(xml){ if(xml!=""){ $("div#SelfRelateArticleList").html(xml); } }); });