onElement = "Fans"; // THIS IS WHAT WILL BE TURNED ON IN NAVIGATION
navigation = new Array(7)
navigation[0] = "Home|/primetime/the_unit/";
navigation[1] = "Video|/primetime/the_unit/video/";
navigation[2] = "Fans/Forum|/community/manage/showCategory.html?cat_id=33";
navigation[3] = "Recaps|/primetime/the_unit/recaps/";
navigation[4] = "Photos|/primetime/the_unit/photos/";
navigation[5] = "Cast|/primetime/the_unit/bio/";
navigation[6] = "About|/primetime/the_unit/about/";

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 = '7000;4;The Unit;;';
