$(document).ready(function() { $.get("/ch/reader/reference_list.aspx?pcid=&cid=&jid=&yid=37904DC365DD7266&aid=BE4EACCC093ABFE3&iid=94C357A881DFC066&sid=1AE5323881A5ECDC&eid=94E7F66E6C42FA23&ct=546BF4919F0563AB59B9DB1A5B135281D6D89F79E84E2CD40F925D7529B661FB&et=&flag=1&journal_id=jjutcm&file_no=200605200&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=BE4EACCC093ABFE3&iid=94C357A881DFC066&sid=1AE5323881A5ECDC&eid=94E7F66E6C42FA23&ct=546BF4919F0563AB59B9DB1A5B135281D6D89F79E84E2CD40F925D7529B661FB&et=&flag=1&journal_id=jjutcm&file_no=200605200&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=BE4EACCC093ABFE3&iid=94C357A881DFC066&sid=1AE5323881A5ECDC&eid=94E7F66E6C42FA23&ct=546BF4919F0563AB59B9DB1A5B135281D6D89F79E84E2CD40F925D7529B661FB&et=&flag=1&journal_id=jjutcm&file_no=200605200&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=BE4EACCC093ABFE3&iid=94C357A881DFC066&sid=1AE5323881A5ECDC&eid=94E7F66E6C42FA23&ct=546BF4919F0563AB59B9DB1A5B135281D6D89F79E84E2CD40F925D7529B661FB&et=&flag=1&journal_id=jjutcm&file_no=200605200&ms_file_no=&ms_year=&cp=1&tn=0&from_founder_html=",function(xml){ if(xml!=""){ $("div#SelfRelateArticleList").html(xml); } }); });