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