// 入出金問い合わせ
function widgetCategoryOutIn(){
    RightNow.Client.Controller.addComponent(
        {
        c: "1,2",
        description: false,
        div_id: "widget_outIn",
        number_answers: 5,
        search_box: false,
        navigation: false,
        instance_id: "skw_0",
        module: "KnowledgeSyndication",
        type: 3
        },
        "http://support.excite.co.jp/ci/ws/get"
    );
}

// サービス
function widgetCategoryService(){
    RightNow.Client.Controller.addComponent(
        {
        c: "1",
        q: "フレッツ 高速モバイル",
        description: false,
        div_id: "widget_service",
        number_answers: 5,
        search_box: false,
        navigation: false,
        instance_id: "skw_0",
        module: "KnowledgeSyndication",
        type: 3
        },
        "http://support.excite.co.jp/ci/ws/get"
    );
}

// 各種変更
function widgetCategoryContract(){
    RightNow.Client.Controller.addComponent(
        {
        c: "1,14",
        description: false,
        div_id: "widget_contract",
        number_answers: 5,
        search_box: false,
        navigation: false,
        instance_id: "skw_0",
        module: "KnowledgeSyndication",
        type: 3
        },
        "http://support.excite.co.jp/ci/ws/get"
    );
}

// トラブル
function widgetCategoryTrouble(){
    RightNow.Client.Controller.addComponent(
        {
        c: "1,18",
        description: false,
        div_id: "widget_trouble",
        number_answers: 5,
        search_box: false,
        navigation: false,
        instance_id: "skw_0",
        module: "KnowledgeSyndication",
        type: 3
        },
        "http://support.excite.co.jp/ci/ws/get"
    );
}

// 元
function widgetTest(){
    RightNow.Client.Controller.addComponent(
        {
        c: "9",
        description: false,
        div_id: "widget_outIn",
        number_answers: 8,
        search_box: false,
        navigation: false,
        instance_id: "skw_0",
        module: "KnowledgeSyndication",
        type: 3
        },
        "http://support.excite.co.jp/ci/ws/get"
    );
}

