﻿/*** Channel Intelligence ********************************/
var CI_PageType = 'CAT';
var CI_CatID = BBE.category.id + BBE.category.parent.substring(0, 1);
var CI_CatName = BBE.category.name + (BBE.category.parent != '' ? ' ' + BBE.category.parent : '');

/*** Rich Relevance **************************************/
var R3_COMMON = new r3_common();
R3_COMMON.setApiKey("54d6306c87f07bb8");
R3_COMMON.setUserId(BBE.sid);
R3_COMMON.setSessionId(BBE.sid);

// for each set of recommendations to be displayed on the page
//R3_COMMON.addPlacementType("category_page.content");

var R3_CATEGORY = new r3_category();
R3_CATEGORY.setParentId(BBE.category.parent);

R3_CATEGORY.setId(BBE.category.id);
R3_CATEGORY.setName(BBE.category.name);

r3();
