$(function()
{
    var jqueryPath = setting.siteRootUrl + "/javascript/jquery/";
    
    $.plugin.register(jqueryPath + 'jquery.chainSelect.js',{$:'chainSelect', fn:'chainSelect'},{ id:'CS', sync: true});
    $.plugin.register(jqueryPath + 'jquery.chainTool.js',{$:'chainTool', fn:'chainTool'},{ id:'CT', sync: true});
    $.plugin.register(jqueryPath + 'jquery.charCounter.js',{$:'charCounter', fn:'charCounter'},{ id:'CC', sync: true});
    $.plugin.register(jqueryPath + 'jquery.autoFill.js',{$:'autoFill', fn:'autoFill'},{ id:'AF', sync: true});
    $.plugin.register(jqueryPath + 'jquery.captchaCode.js',{$:'captchaCode', fn:'captchaCode'},{ id:'CC', sync: true});
    $.plugin.register(jqueryPath + 'jquery.itemEditor.js',{$:'itemEditor', fn:'itemEditor'},{ id:'IE', sync: true});  
    $.plugin.register(jqueryPath + 'jquery.fileUploader.js',{$:'fileUploader', fn:'fileUploader'},{ id:'FU', sync: true});    
    
});
