$(document).ready(function() { $.get("/ch/reader/reference_list.aspx?pcid=&cid=&jid=&yid=8CAA3A429E3EA654&aid=B193B2EB0C2EBECE&iid=38B194292C032A66&sid=7555FB9CC973F695&eid=&ct=9D65BCA9D02393B3B23A8EB92099EA0F0ED064B2B6C5C4E635870E349737A7D3E4756899FFD4A50A&et=&flag=1&journal_id=jjutcm&file_no=199803107&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=8CAA3A429E3EA654&aid=B193B2EB0C2EBECE&iid=38B194292C032A66&sid=7555FB9CC973F695&eid=&ct=9D65BCA9D02393B3B23A8EB92099EA0F0ED064B2B6C5C4E635870E349737A7D3E4756899FFD4A50A&et=&flag=1&journal_id=jjutcm&file_no=199803107&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=8CAA3A429E3EA654&aid=B193B2EB0C2EBECE&iid=38B194292C032A66&sid=7555FB9CC973F695&eid=&ct=9D65BCA9D02393B3B23A8EB92099EA0F0ED064B2B6C5C4E635870E349737A7D3E4756899FFD4A50A&et=&flag=1&journal_id=jjutcm&file_no=199803107&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=8CAA3A429E3EA654&aid=B193B2EB0C2EBECE&iid=38B194292C032A66&sid=7555FB9CC973F695&eid=&ct=9D65BCA9D02393B3B23A8EB92099EA0F0ED064B2B6C5C4E635870E349737A7D3E4756899FFD4A50A&et=&flag=1&journal_id=jjutcm&file_no=199803107&ms_file_no=&ms_year=&cp=1&tn=0&from_founder_html=",function(xml){ if(xml!=""){ $("div#SelfRelateArticleList").html(xml); } }); });