( function(){ var loader = new YAHOO.util.YUILoader(); loader.addModule({ name: "libxh-array", type: "js", fullpath: "http://lib-xh.googlecode.com/svn/branches/0.4/lib/array.js" }); loader.addModule({ name: "libxh-threads", type: "js", fullpath: "http://lib-xh.googlecode.com/svn/branches/0.4/lib/threads.js" }); loader.addModule({ name: "libxh-uri", type: "js", fullpath: "http://lib-xh.googlecode.com/svn/branches/0.4/lib/uri.js" }); loader.addModule({ name: "libxh-submissionjson", type: "js", fullpath: "http://lib-xh.googlecode.com/svn/branches/0.4/lib/submission/submission-json.js" }); loader.addModule({ name: "libxh-rdfparser", type: "js", fullpath: "http://lib-xh.googlecode.com/svn/branches/0.4/lib/rdfa/RDFParser.js", requires: [ "libxh-uri", "libxh-array" ] }); loader.addModule({ name: "libxh-rdfstore", type: "js", fullpath: "http://lib-xh.googlecode.com/svn/branches/0.4/lib/rdfa/RDFStore.js" }); loader.addModule({ name: "libxh-rdfquery", type: "js", fullpath: "http://lib-xh.googlecode.com/svn/branches/0.4/lib/rdfa/RDFQuery.js", requires: [ "dom", "container", "libxh-rdfstore", "libxh-submissionjson" ] }); loader.addModule({ name: "libxh-metascan", type: "js", fullpath: "http://lib-xh.googlecode.com/svn/branches/0.4/lib/rdfa/metascan.js", requires: [ "libxh-rdfquery", "libxh-rdfstore", "libxh-rdfparser", "libxh-threads" ] }); loader.require( "event", "libxh-metascan" ); loader.onSuccess = function(o) { YAHOO.util.Event.onDOMReady(get_metadata); }; loader.insert(); }() );