onElement = "Interact"; // THIS IS WHAT WILL BE TURNED ON IN NAVIGATION
navigation = new Array(8)
navigation[0] = "Home|/primetime/big_brother/";
navigation[1] = "Video|/primetime/big_brother/video/";
navigation[2] = "Interact|/primetime/big_brother/interact/";
navigation[3] = "Photos|/primetime/big_brother/photos/";
navigation[4] = "Recaps|/primetime/big_brother/recaps/";
navigation[5] = "House Guests|/primetime/big_brother/bio/";
navigation[6] = "Fantasy|/primetime/big_brother/fantasy/";
navigation[7] = "Live Feeds|/primetime/big_brother/video/?vs=Live%20Feeds";

var Jptid;
 
var site_section = window.location.toString();
 
if( site_section.search(/\/byCategory\//i) != -1 )    {
    Jptid = '6710';
}
else if(site_section.search(/\/show\//i) != -1)    {
    Jptid = '6723';
}
else if(site_section.search(/\/jforum.page?/i) != -1)	{
    Jptid = '6724';
}
else if(site_section.search(/\/posts\/list\//i) != -1)    {
    Jptid = '6728';
}
else if(site_section.search(/\/posts\/quote\//i) != -1)    {
    Jptid = '6751';
}
else if(site_section.search(/\/posts\/reply\//i) != -1)	{
    Jptid = '6729';
}
else if(site_section.search(/\/pm\/sendTo\//i) != -1)    {
    Jptid = '6730';
}
else    {
    Jptid = '6710';
} 

var Jsiteid = '164';
var Jonid = '19402';
var Jctype = 'shid;sid;sh;ctyp;cnt';
var Jcval = '5692;11;Big Brother;;';