$(document).ready(function() { $.get("/ch/reader/reference_list.aspx?pcid=&cid=&jid=&yid=14E7EF987E4155E6&aid=966E7EED119B3617&iid=94C357A881DFC066&sid=&eid=&ct=C56328D00921958DC8E565B155149B75F611DF5FB2A214BD03255614A6DD7FA5098D7DF58B665684CDCB54EB2786A534D3713E13E8FB46F7&et=&flag=1&journal_id=nyhjkxxben&file_no=8397&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=14E7EF987E4155E6&aid=966E7EED119B3617&iid=94C357A881DFC066&sid=&eid=&ct=C56328D00921958DC8E565B155149B75F611DF5FB2A214BD03255614A6DD7FA5098D7DF58B665684CDCB54EB2786A534D3713E13E8FB46F7&et=&flag=1&journal_id=nyhjkxxben&file_no=8397&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=14E7EF987E4155E6&aid=966E7EED119B3617&iid=94C357A881DFC066&sid=&eid=&ct=C56328D00921958DC8E565B155149B75F611DF5FB2A214BD03255614A6DD7FA5098D7DF58B665684CDCB54EB2786A534D3713E13E8FB46F7&et=&flag=1&journal_id=nyhjkxxben&file_no=8397&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=14E7EF987E4155E6&aid=966E7EED119B3617&iid=94C357A881DFC066&sid=&eid=&ct=C56328D00921958DC8E565B155149B75F611DF5FB2A214BD03255614A6DD7FA5098D7DF58B665684CDCB54EB2786A534D3713E13E8FB46F7&et=&flag=1&journal_id=nyhjkxxben&file_no=8397&ms_file_no=&ms_year=&cp=1&tn=0&from_founder_html=",function(xml){ if(xml!=""){ $("div#SelfRelateArticleList").html(xml); } }); });