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