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