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