$(document).ready(function() { $.get("/ch/reader/reference_list.aspx?pcid=&cid=&jid=&yid=140ECF96957D60B2&aid=77F25C09418AE71013213FC11BD456EB&iid=94C357A881DFC066&sid=&eid=&ct=07472AA9C82B835857848F61CFBF0CD704A9C967FECA891063BFDD6461B47022AEB15B157A77D507EA6DD6D449AE04338E41375A11EAE172A57D4566CF9428C6&et=&flag=1&journal_id=nyhjkxxben&file_no=11525&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=140ECF96957D60B2&aid=77F25C09418AE71013213FC11BD456EB&iid=94C357A881DFC066&sid=&eid=&ct=07472AA9C82B835857848F61CFBF0CD704A9C967FECA891063BFDD6461B47022AEB15B157A77D507EA6DD6D449AE04338E41375A11EAE172A57D4566CF9428C6&et=&flag=1&journal_id=nyhjkxxben&file_no=11525&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=140ECF96957D60B2&aid=77F25C09418AE71013213FC11BD456EB&iid=94C357A881DFC066&sid=&eid=&ct=07472AA9C82B835857848F61CFBF0CD704A9C967FECA891063BFDD6461B47022AEB15B157A77D507EA6DD6D449AE04338E41375A11EAE172A57D4566CF9428C6&et=&flag=1&journal_id=nyhjkxxben&file_no=11525&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=140ECF96957D60B2&aid=77F25C09418AE71013213FC11BD456EB&iid=94C357A881DFC066&sid=&eid=&ct=07472AA9C82B835857848F61CFBF0CD704A9C967FECA891063BFDD6461B47022AEB15B157A77D507EA6DD6D449AE04338E41375A11EAE172A57D4566CF9428C6&et=&flag=1&journal_id=nyhjkxxben&file_no=11525&ms_file_no=&ms_year=&cp=1&tn=0&from_founder_html=",function(xml){ if(xml!=""){ $("div#SelfRelateArticleList").html(xml); } }); });