$(document).ready(function() { $.get("/ch/reader/reference_list.aspx?pcid=&cid=&jid=&yid=2DD7160C83D0ACED&aid=51A8BFD83E6C5358&iid=94C357A881DFC066&sid=659D3B06EBF534A7&eid=C5154311167311FE&ct=D0AF8ECA1C62B894D3865CBBB998283246CF886A62F48623&et=4600A80D736F3CD3473C04D88E1446043E691C0E948C09D1421252DC3C788D27&flag=1&journal_id=jjutcm&file_no=200505176&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=2DD7160C83D0ACED&aid=51A8BFD83E6C5358&iid=94C357A881DFC066&sid=659D3B06EBF534A7&eid=C5154311167311FE&ct=D0AF8ECA1C62B894D3865CBBB998283246CF886A62F48623&et=4600A80D736F3CD3473C04D88E1446043E691C0E948C09D1421252DC3C788D27&flag=1&journal_id=jjutcm&file_no=200505176&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=2DD7160C83D0ACED&aid=51A8BFD83E6C5358&iid=94C357A881DFC066&sid=659D3B06EBF534A7&eid=C5154311167311FE&ct=D0AF8ECA1C62B894D3865CBBB998283246CF886A62F48623&et=4600A80D736F3CD3473C04D88E1446043E691C0E948C09D1421252DC3C788D27&flag=1&journal_id=jjutcm&file_no=200505176&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=2DD7160C83D0ACED&aid=51A8BFD83E6C5358&iid=94C357A881DFC066&sid=659D3B06EBF534A7&eid=C5154311167311FE&ct=D0AF8ECA1C62B894D3865CBBB998283246CF886A62F48623&et=4600A80D736F3CD3473C04D88E1446043E691C0E948C09D1421252DC3C788D27&flag=1&journal_id=jjutcm&file_no=200505176&ms_file_no=&ms_year=&cp=1&tn=0&from_founder_html=",function(xml){ if(xml!=""){ $("div#SelfRelateArticleList").html(xml); } }); });