/**
 * config.js
 * @author vk-heung
 */
var MainPath = "http://www.21cn.com/other/js/";
Do.add('jquery.lazyload', { path: MainPath + 'third-party/jquery plugin/jquery.lazyload.mini.js', type: 'js' });
Do.add('jquery.tools', { path: MainPath + 'third-party/jquery Tools/jquery.tools.min.js', type: 'js' });
Do.add('drag', { path: MainPath + 'asset/effect/jquery.event.drag.min.js', type: 'js' });
Do.add('jquery.dsTab', { path: MainPath + 'third-party/jquery plugin/jquery.dsTab.js', type: 'js' });
Do.add('effect', { path: MainPath + 'asset/effect.js', type: 'js', requires: ['jquery.tools'] });
Do.add('tempo', { path: MainPath + 'asset/template/tempo.min.js', type: 'js' });
Do.add('template', { path: MainPath + 'asset/template.js', type: 'js', requires: ['tempo'] });
Do.add('login-mod', {
        path:'http://passport.21cn.com/loginDiv/js/login-mod.js',
        type:'js'
    });
Do.add('site-bar', {
        path:MainPath +'2011/site-bar/site-bar_v2.js',
        type:'js',
        requires:['login-mod']
    });
