YUI().use('node', function(Y) {
     function init() {
     }
     Y.on("domready", init);
});
