
$(function() {
    var webcubeopts = {
        "DEBUG": "False",
        "IE_DEBUG": "False", // appends the ie6/7 class to <body> tag for better debugging
        "IS_MOBILE": "",
        "SITE_DOMAIN": "www.ipath.com",
        "STATIC_URL" : "https://ipath-static.s3.amazonaws.com/",
        "MEDIA_URL" : "/media/",
        "NO_OUT_OF_STOCK": true,
        "CONTENT_WIDTH": 990,
        "VIDEO" : {
            'width':800,
            'height':450
        },
        "GALLERY" : {
            'show': 4,
            'margin': { 'top':0, 'right':4, 'bottom':0, 'left':0 },
            'scroll_type': "pane"
        },
        "TRANS_SPEED" : 300,
        "loader": {
            "path": "https://ipath-static.s3.amazonaws.com/webcubecore/img/loader.png",
            "width": 47,
            "height":47
        },
        "maps": {
            "backend": "google", 
            "icon": "https://ipath-static.s3.amazonaws.com/ipath/img/pin.png"
        }
        ,
        "QUICKSHOP" : {
            'gallery': {
                'show': 3,
                'margin': { 'top':0, 'right':4, 'bottom':0, 'left':0 },
                'scroll_type': "pane"
            }
        },
        "RECENTLY_VIEWED" : {
            'product_title': 'Recently Viewed',
            'category_title': 'Recent Categories',
            'search_title': 'Recent Searches'
        },
        "CATALOG_URLS" : {
            'catalog_home':'/shop/',
            'cart_basket':'/cart/basket/',
            'cart_item_count':'/cart/ajax/cart-item-count/',
            'cart_summary' : '/cart/ajax/cart-summary/',
            'cart_empty' : '/cart/empty-cart/'
        }

    };
    WebCube.onReady(webcubeopts);
});


