function sloading(){var a=document.getElementById("loadDiv");if(!a){a=document.createElement("link");a.setAttribute("type","text/css");a.setAttribute("rel","stylesheet");a.setAttribute("href",JsURL+"/loading/loading.css");a.id="loadDiv";document.getElementsByTagName("head")[0].appendChild(a)}var b="<div id='loading' style='width:126px;height:22px;' ></div>";aPswindow(b)};