function loadScript(url, callback) {
    var script = document.createElement("script");
    script.id = md5(url);
    script.type = "text/javascript";
    if (script.readyState) { //IE