/*
 * Monotaro AB Test Pattern
 *
 * NOTE: cookie = 'sid' or 'a' , ptype = 1 - 32
 */

var abtest_pattern = {
    'tour': {
        cookie: 'sid',
        ptype : 1
    },
    'car_category_detail': {
        cookie: 'sid',
        ptype : 2
    },
    'touroku45': {
        cookie: 'sid',
        ptype : 3
    },
    'salenews': {
        cookie: 'sid',
        ptype : 9
    },
    'managersSelect_productInfo': {
        cookie: 'sid',
        ptype : 11
    },
    'managersSelect_registFinish': {
        cookie: 'sid',
        ptype : 12
    },
    'recommend': {
        cookie: 'sid',
        ptype : 14
    },
    'recommend2': {
        cookie: 'sid',
        ptype : 15
    },
    'search_gadget': {
        cookie: 'sid',
        ptype : 16
    },
    'twitter_gadget': {
        cookie: 'sid',
        ptype : 17
    },
    'top_ranking_gadget': {
        cookie: 'sid',
        ptype : 18
    },
    'safety_mall_layout': {
        cookie: 'sid',
        ptype : 19
    },
    'sales_banner': {
        cookie: 'sid',
        ptype : 20
    },
    'qo4catalog': {
        cookie: 'sid',
        ptype : 21
    },
    'regist_simple': {
        cookie: 'sid',
        ptype : 22
    }
};


