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