function getJS(f,g){var e=document,c=e.getElementsByTagName("head")[0],b=e.createElement("script"),a=0;b.src=f;b.onload=b.onreadystatechange=function(){if(!a&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){a=1;if(typeof g==="function"){g()}b.onload=b.onreadystatechange=null;c.removeChild(b)}};c.appendChild(b);return undefined};