function include_Javascript(jsPath){
    var script = document.createElement("script");
    script.setAttribute("type", "text/javascript");
    script.setAttribute("src", jsPath);
    document.getElementsByTagName("head")[0].appendChild(script);
}

include_Javascript('js/yui/yahoo.js');
include_Javascript('js/yui/connection.js');
