$(document).ready(function() { $.get("/ch/reader/reference_list.aspx?pcid=&cid=&jid=&yid=37904DC365DD7266&aid=F01DE3A8BD8A4304&iid=B31275AF3241DB2D&sid=5C3443B19473A746&eid=5C3443B19473A746&ct=84A60D081D3509DC8D37CF60A8CFBB0A2B5F9AA75DABF4DC32629DBF7C1671B7553377984F1F310B&et=&flag=1&journal_id=jjutcm&file_no=200606264&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=37904DC365DD7266&aid=F01DE3A8BD8A4304&iid=B31275AF3241DB2D&sid=5C3443B19473A746&eid=5C3443B19473A746&ct=84A60D081D3509DC8D37CF60A8CFBB0A2B5F9AA75DABF4DC32629DBF7C1671B7553377984F1F310B&et=&flag=1&journal_id=jjutcm&file_no=200606264&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=37904DC365DD7266&aid=F01DE3A8BD8A4304&iid=B31275AF3241DB2D&sid=5C3443B19473A746&eid=5C3443B19473A746&ct=84A60D081D3509DC8D37CF60A8CFBB0A2B5F9AA75DABF4DC32629DBF7C1671B7553377984F1F310B&et=&flag=1&journal_id=jjutcm&file_no=200606264&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=37904DC365DD7266&aid=F01DE3A8BD8A4304&iid=B31275AF3241DB2D&sid=5C3443B19473A746&eid=5C3443B19473A746&ct=84A60D081D3509DC8D37CF60A8CFBB0A2B5F9AA75DABF4DC32629DBF7C1671B7553377984F1F310B&et=&flag=1&journal_id=jjutcm&file_no=200606264&ms_file_no=&ms_year=&cp=1&tn=0&from_founder_html=",function(xml){ if(xml!=""){ $("div#SelfRelateArticleList").html(xml); } }); });