<p> Loader.loadStyles([{
url: "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/smoothness/jquery-ui.css",
cache: true
},{
url: "bklt_main.css",
cache: false
}]);
Loader.loadScripts([{
url: "http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js",
obj: "jQuery",
cache: true,
deps: [{
url: "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/jquery-ui.js",
obj: "jQuery.ui",
cache: true
}]
},{
url: "http://libraries.freebaseapps.com/json2.js",
obj: "JSON",
cache: true
},{
url: "bklt_keymapper.js",
obj: "Keymapper",
cache: false
},{
url: "bklt_url-analyzer.js",
obj: "UrlAnalyzer",
cache: false
}],"Keymapper.initialize"); </p>