$(document).ready(function() { $.get("/ch/reader/reference_list.aspx?pcid=&cid=&jid=&yid=C3ACC247184A22C1&aid=&iid=E158A972A605785F&sid=42425781F0B1C26E&eid=42425781F0B1C26E&ct=AD46C6FC7F63D3FFF52AF5C1B8B4F019B2B9490181ABC36B477079A3E31AFC9998176AA05F5EB9FD40BE57A53287F2AD&et=&flag=1&journal_id=jjtcm&file_no=200204231&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=C3ACC247184A22C1&aid=&iid=E158A972A605785F&sid=42425781F0B1C26E&eid=42425781F0B1C26E&ct=AD46C6FC7F63D3FFF52AF5C1B8B4F019B2B9490181ABC36B477079A3E31AFC9998176AA05F5EB9FD40BE57A53287F2AD&et=&flag=1&journal_id=jjtcm&file_no=200204231&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=C3ACC247184A22C1&aid=&iid=E158A972A605785F&sid=42425781F0B1C26E&eid=42425781F0B1C26E&ct=AD46C6FC7F63D3FFF52AF5C1B8B4F019B2B9490181ABC36B477079A3E31AFC9998176AA05F5EB9FD40BE57A53287F2AD&et=&flag=1&journal_id=jjtcm&file_no=200204231&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=C3ACC247184A22C1&aid=&iid=E158A972A605785F&sid=42425781F0B1C26E&eid=42425781F0B1C26E&ct=AD46C6FC7F63D3FFF52AF5C1B8B4F019B2B9490181ABC36B477079A3E31AFC9998176AA05F5EB9FD40BE57A53287F2AD&et=&flag=1&journal_id=jjtcm&file_no=200204231&ms_file_no=&ms_year=&cp=1&tn=0&from_founder_html=",function(xml){ if(xml!=""){ $("div#SelfRelateArticleList").html(xml); } }); });