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