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