$(document).ready(function() { $("div#ReferenceList").html(""); $.get("reference_list.aspx?pcid=&cid=&jid=184825BEDACEC1049DAD09902E6420CA&yid=0D1D160AB8016934&aid=&iid=A1927319B936F52D&sid=B6DA1AC076E37400&eid=AA76E167F386B6B3&ct=&et=42A1E6F18CAE8C9E7448937A0D33D34AD99A2A1090C6F1019A8CE4CA9F3EBD0C24DE066BFAE2684F7E618CD97404D943771A7AAB363D5297CFFA587939E69548D4A727ACD704B3B429441BAB28365C46AFA479EAFBCEF0D69CB1B0B1953618C8ADAAD24F864A6933E58BC5310DE3CDC0&cp=1&tn=0",function(xml){ if(xml==""){ $("div#ReferenceList").html(""); }else{ $("div#ReferenceList").html(xml); } }); $("div#WasReferencedList").html(""); $.get("was_referenced_list.aspx?pcid=&cid=&jid=184825BEDACEC1049DAD09902E6420CA&yid=0D1D160AB8016934&aid=&iid=A1927319B936F52D&sid=B6DA1AC076E37400&eid=AA76E167F386B6B3&ct=&et=42A1E6F18CAE8C9E7448937A0D33D34AD99A2A1090C6F1019A8CE4CA9F3EBD0C24DE066BFAE2684F7E618CD97404D943771A7AAB363D5297CFFA587939E69548D4A727ACD704B3B429441BAB28365C46AFA479EAFBCEF0D69CB1B0B1953618C8ADAAD24F864A6933E58BC5310DE3CDC0&cp=1&tn=0",function(xml){ if(xml==""){ $("div#WasReferencedList").html(""); }else{ $("div#WasReferencedList").html(xml); } }); $("div#RelateArticleList").html(""); $.get("relate_article_list.aspx?pcid=&cid=&jid=184825BEDACEC1049DAD09902E6420CA&yid=0D1D160AB8016934&aid=&iid=A1927319B936F52D&sid=B6DA1AC076E37400&eid=AA76E167F386B6B3&ct=&et=42A1E6F18CAE8C9E7448937A0D33D34AD99A2A1090C6F1019A8CE4CA9F3EBD0C24DE066BFAE2684F7E618CD97404D943771A7AAB363D5297CFFA587939E69548D4A727ACD704B3B429441BAB28365C46AFA479EAFBCEF0D69CB1B0B1953618C8ADAAD24F864A6933E58BC5310DE3CDC0&cp=1&tn=0",function(xml){ if(xml==""){ $("div#RelateArticleList").html(""); }else{ $("div#RelateArticleList").html(xml); } }); });