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