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