$(document).ready(function() { $.get("/ch/reader/reference_list.aspx?pcid=5B3AB970F71A803DEACDC0559115BFCF0A068CD97DD29835&cid=8240383F08CE46C8B05036380D75B607&jid=D4F6864C950C88FFCE5B6C948A639E39&yid=2002&aid=884150540B0F9A92E761E56F8BC82CFD&iid=E158A972A605785F&sid=9C65ADEB5990B252&eid=9C65ADEB5990B252&ct=8A95B59A2D4C3D8F863813D879C0A854&et=&flag=1&journal_id=csaen&file_no=20020427&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=5B3AB970F71A803DEACDC0559115BFCF0A068CD97DD29835&cid=8240383F08CE46C8B05036380D75B607&jid=D4F6864C950C88FFCE5B6C948A639E39&yid=2002&aid=884150540B0F9A92E761E56F8BC82CFD&iid=E158A972A605785F&sid=9C65ADEB5990B252&eid=9C65ADEB5990B252&ct=8A95B59A2D4C3D8F863813D879C0A854&et=&flag=1&journal_id=csaen&file_no=20020427&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=5B3AB970F71A803DEACDC0559115BFCF0A068CD97DD29835&cid=8240383F08CE46C8B05036380D75B607&jid=D4F6864C950C88FFCE5B6C948A639E39&yid=2002&aid=884150540B0F9A92E761E56F8BC82CFD&iid=E158A972A605785F&sid=9C65ADEB5990B252&eid=9C65ADEB5990B252&ct=8A95B59A2D4C3D8F863813D879C0A854&et=&flag=1&journal_id=csaen&file_no=20020427&ms_file_no=&ms_year=&cp=1&tn=0&from_founder_html=",function(xml){ if(xml!=""){ $("div#RelateArticleList").html(xml); } }); });