    YUI({
      modules : {
        'plugin-background-resize' : {
          fullpath : '/scripts/background-resize.js',
          requires : ['base','node']
        }
      }   
    }).use('plugin-background-resize', function(Y){
        Y.one('#backgroundImage').plug(Y.Plugin.BackgroundResizer);
    });

