/*                                                                 */
/* ================== Site-specific settings ======================*/
/* ================== for FresnoBee          ======================*/
/* ==================== Version 121603 ============================*/
// new for McClatchy tracking ... Nov. 9 2004 

var mcclatchy_cat = "FRE|FB";
var host = window.location.hostname;
var qs = window.location.search;
var tail = "";
var sections = window.location.pathname.split("/");

// remove editions from webpath array
if (sections[1].match(/^\d\d-\d\d-\d\d\d\d$/))
	{sections.splice(1,1);}
else if (sections[1].match(/^(to|yester|sun|mon|tues|wednes|thurs|fri|satur)day$/))
	{sections.splice(1,1);}

/////////////// THIRD PARTY / SEARCH SECTIONS
// this works if you send them stats code that calls the stats_local.js file off your site
// this other-host portion is less tested and not being used
if (host.match(/apartments\.com/))
		{tail = "TP-AP|Class|Real_Estate";}
else if (host.match(/capwiz\.com/))
		{tail = "TP-CW|News";}
else if (host.match(/careersite\.com/))
		{tail = "TP-CS|Class|Employment";}
else if (host.match(/cars\.com/))
		{tail = "TP-CR|Class|Automotive";}
else if (host.match(/cityxpress/))
		{tail = "TP-CX|Class";}
else if (host.match(/contentthatworks/))
		{tail = "TP-CN|News|Entertainment";}
else if (host.match(/customcoupon\.com/))
		{tail = "TP-CC|Other";}
else if (host.match(/financialcontent\.com/))
		{tail = "TP-FC|News|Business";}
else if (host.match(/formrouter/))
		{tail = "TP-FR|Class";}
else if (host.match(/greatschool/))
		{tail = "TP-GS|Other";}
else if (host.match(/gdtnova/))
		{tail = "TP-GN|Class";}
else if (host.match(/homescape\.com/))
		{tail = "TP-HS|Class|Real_Estate";}
else if (host.match(/ipix/))
		{tail = "TP-IX|Class";}
else if (host.match(/legacy\.com/))
		{tail = "TP-LG|News|Local|Search";}
else if (host.match(/maps\.com/))
		{tail = "TP-MP|Class|Real_Estate";}
else if (host.match(/mailcentro/))
		{tail = "TP-MA|Other";} 
else if (host.match(/mycalendar/))
		{tail = "TP-MC|News|Entertainment";}
else if (host.match(/newsbank\.com/))
		{tail = "TP-AR|News|Search";}
else if (host.match(/p2i/))
		{tail = "TP-PT|Other";}
else if (host.match(/relationalnetworks\.com/))
		{tail = "TP-RE|Other";}
else if (host.match(/sportsbuff/))
		{tail = "TP-SB|News|Sports";}
else if (host.match(/switchboard\.com/))
		{tail = "TP-SW|Other";}
else if (host.match(/uclick/))
		{tail = "TP-UC|News|Entertainment";}
else if (host.match(/weatherunderground\.com/))
		{tail = "TP-WU|News|Local";}
else if (host.match(/webforums/))
		{tail = "TP-WF|Other";}
else if (host.match(/webcrossing/))
		{tail = "TP-WC|Other";}
else if (host.match(/communitycalendar\.centralvalley\.com/))
		{tail = "TP-YT|News|Entertainment";}
else if (host.match(/sports\.fresnobee\.com/))
		{tail = "TP-SN|News|Sports";}
else if (host.match(/marketplacelocal\.com/))
		{tail = "TP-HV|Other";} 
else if (host.match(/fresnobee\.salary\.com/))
		{tail = "TP-SL|Class|Employment";}

	
	/////////////// DYNAMIC (DWB) SECTIONS
//              24 HOUR NEWS
else if (sections[1] == "24hour")
{  
	if (sections[2] == "autos")	{tail = "Class|Automotive";}
	else if (sections[2] == "breaking_news") {tail = "News|Nation_World";}
	else if (sections[2] == "business")	{tail = "News|Business";}
	else if (sections[2] == "consumer")	{tail = "News";}
	else if (sections[2] == "entertainment")	
	{
		if (sections[3] == "movies") {tail = "News|Entertainment|Movies";}
		else if (sections[3] == "music") {tail = "News|Entertainment|Music";}
		else {tail = "News|Entertainment";}
	}
	else if (sections[2] == "food_wine") {tail = "News|Entertainment|Dining";}
	else if (sections[2] == "front") {tail = "News|Nation_World";}
	else if (sections[2] == "galleries") {tail = "News|Nation_World";}
	else if (sections[2] == "healthscience") {tail = "News|Nation_World";}
	else if (sections[2] == "iraq") {tail = "News|Nation_World";}
	else if (sections[2] == "jobs")	{tail = "Class|Employment";}
	else if (sections[2] == "nation") {tail = "News|Nation_World";}
	else if (sections[2] == "obituaries") {tail = "News|Nation_World";}
	else if (sections[2] == "olympics")	{tail = "News|Sports";}
	else if (sections[2] == "opinions")	{tail = "News|Nation_World";}
	else if (sections[2] == "photos") {tail = "News|Nation_World";}
	else if (sections[2] == "politics")	{tail = "News|Nation_World";}
	else if (sections[2] == "real_estate") {tail = "Class|Real_Estate";}
	else if (sections[2] == "spec")	{tail = "News|Nation_World";}
	else if (sections[2] == "special_reports") {tail = "News|Nation_World";}
	else if (sections[2] == "sports") 
	{
		if (sections[3] == "baseball") 
			{ tail = "News|Sports|Pro"; }
	
		else if (sections[3] == "basketball") 
			{
				if (sections[4] == "ncaa") {tail = "News|Sports|College";}
				else {tail = "News|Sports|Pro";}
			}
		else if (sections[3] == "football") 
			{
				if (sections[4] == "nfl") {tail = "News|Sports|Pro";}
				else {tail = "News|Sports|College";}
			}
		else if (sections[3] == "hockey") {tail = "News|Sports|Pro";}
		else if (sections[3] == "other_sports") {tail = "News|Sports|Pro";}
		else if (sections[3] == "golf") {tail = "News|Sports|Pro";}
		else if (sections[3] == "soccer") {tail = "News|Sports|Pro";}
		else {tail = "News|Sports";}
	}
	else if (sections[2] == "technology") {tail = "News|Business";}
	else if (sections[2] == "travel") {tail = "News|Entertainment";}
	else if (sections[3] == "game_reviews")	{tail = "News|Entertainment";}
	else if (sections[2] == "top") {tail = "News|Nation_World";}
	else if (sections[2] == "weird") {tail = "News|Nation_World";}
	else if (sections[2] == "world") {tail = "News|Nation_World";}
	// covers health_science, home_garden, opinions, photos, travel, food_wine, religion
	else {tail = "News";}
	}
	
	//              LOCAL NEWS
else if ((host.match(/^search/)) && (sections[1]=="search-bin"))
	{if (qs.match(/product=ClassAds/)) {tail="Class|Search";}
	else if (qs.match(/product=DWB/)) {tail="News|Search";}
	else if (qs.match(/product=Static/)) {tail="News|Search";}
	else if (qs.match(/product=Events/)) {tail="News|Entertainment|Search";}
	else {tail="Other";}
	}
else if (sections[1] =="DisplayAds") {tail = "Other";}
else if (sections[1] =="7_day_archive") {tail = "News|Search";}
else if (sections[1] =="about_us") {tail = "Other";}
else if (sections[1] =="accesscentral")	{tail = "News|Entertainment|Search";}
else if (sections[1] =="ads") {tail = "Other";}
else if (sections[1] =="assault") {tail = "News|Nation_World";}
else if (sections[1] =="beejobs") {tail = "Class|Employment";}
else if (sections[1] =="beelink") {tail = "Other";}
else if (sections[1] =="breakingnews") {tail = "News";}
else if (sections[1] =="bulletin") {tail = "News";}
else if (sections[1] =="bulletin_breakingnews") {tail = "News";}
else if (sections[1] =="business")
{
	if (sections[2] == "real_estate") {tail = "Class|Real_Estate";}	
	else {tail = "News|Business";}	
}
else if (sections[1] =="buyphotos") {tail = "Other";}
else if (sections[1] =="bypass") {tail = "News|Local";}
else if (sections[1] =="calendar") {tail = "News|Entertainment|Search";}
else if (sections[1] =="cars") {tail = "Class|Automotive";}
else if (sections[1] =="celebrations") {tail = "Class";}
else if (sections[1] =="circulation") {tail = "Other";}
else if (sections[1] =="classified")	
{
	if (sections[2] == "employment") {tail = "Class|Employment";}	
	else if (sections[2] =="apartments") {tail = "Class|Real_Estate";}
	else if (sections[2] =="automotive") {tail = "Class|Automotive";}
	else if (sections[2] =="realestate") {tail = "Class|Real_Estate";}
	else {tail = "Class";}	
}
else if (sections[1] =="classifieds")	
{
	if (sections[2] == "employment") {tail = "Class|Employment";}	
	else if (sections[2] =="apartments") {tail = "Class|Real_Estate";}
	else if (sections[2] =="automotive") {tail = "Class|Automotive";}
	else if (sections[2] =="browse") {tail = "Class|Search";}
	else if (sections[2] =="dreamhomes") {tail = "Class|Real_Estate";}
	else if (sections[2] =="emmediate")	
	{
		if (sections[3] == "automotive") {tail = "Class|Automotive";}
		else if (sections[3] =="browse") {tail = "Class|Search";}
		else if (sections[3] =="employment") {tail = "Class|Employment";}
		else if (sections[3] =="funeral_services") {tail = "News|Local";}
		else if (sections[3] =="mobilehomes") {tail = "Class|Real_Estate";}
		else if (sections[3] =="obituaries") {tail = "News|Local";}
		else if (sections[3] =="realestate") {tail = "Class|Real_Estate";}
		else if (sections[3] =="rentals") {tail = "Class|Real_Estate";}
		else {tail = "Class";}	
	}
	else if (sections[2] =="findanagent") {tail = "Class|Real_Estate";}
	else if (sections[2] =="mobilehomes") {tail = "Class|Real_Estate";}
	else if (sections[2] =="obituaries") {tail = "News|Local";}
	else if (sections[2] =="realestate") {tail = "Class|Real_Estate";}
	else if (sections[2] =="rentals") {tail = "Class|Real_Estate";}
	else if (sections[2] =="topjobs") {tail = "Class|Employment";}	
	else {tail = "Class";}	
}
else if (sections[1] =="columnists") {tail = "News|Local";}
else if (sections[1] =="comics") {tail = "News|Entertainment";}
else if (sections[1] =="comm_cal")	{tail = "News|Local";}
else if (sections[1] =="contests") {tail = "Other";}
else if (sections[1] =="corrections") {tail = "News|Local";}
else if (sections[1] =="d2l") {tail = "Unknown";} // no longer being used
else if (sections[1] =="dwb_data") {tail = "Search";}
else if (sections[1] =="dwb_register") {tail = "Other";}
else if (sections[1] =="dwb_search") {tail = "Search";}
else if (sections[1] =="elections") {tail = "News|Local";}
else if (sections[1] =="email_admin") {tail = "News";} 
else if (sections[1] =="ewjobquest") {tail = "Class|Employment";}
else if (sections[1] =="entertainment")	{tail = "News|Entertainment";}
else if (sections[1] =="fantasysports") {tail = "News|Sports";}
else if (sections[1] =="footer") {tail = "Other";} //embedded on other pages
else if (sections[1] == "forms") {tail = "News|Search";} 
else if (sections[1] == "forums") {tail = "Other";} 
else if (sections[1] == "fresnoboo") {tail = "News|Entertainment";} 
else if (sections[1] == "front") {tail = "News";}
else if (sections[1] == "galleries") {tail = "News";}
else if (sections[1] == "games") {tail = "News|Entertainment";} 
else if (sections[1] == "gas_prices") {tail = "News|Local|Search";}
else if (sections[1] == "home") {tail = "News";} 
else if (sections[1] == "infoboxes") {tail = "News|Local";} 
else if (sections[1] == "iraq")	{tail = "News|Nation_World";}
else if (sections[1] == "jackpot") {tail = "Other";} 
else if (sections[1] == "jobquest") {tail = "Class|Employment";} 
else if (sections[1] == "kidsday") {tail = "News|Local";}
else if (sections[1] == "lifestyle") 
{
	if (sections[2] == "food_recipes") {tail = "News|Entertainment|Dining|Search";}	
	else if (sections[2] =="emeril") {tail = "News|Entertainment|Dining|Search";}
	else if (sections[2] =="movies") {tail = "News|Entertainment|Movies";}
	else if (sections[2] =="music") {tail = "News|Entertainment|Music";}
	else {tail = "News|Entertainment";}	
}
else if (sections[1] == "local") {tail = "News|Local";}
else if (sections[1] == "lottery") {tail = "Other";}
else if (sections[1] == "medjobs") {tail = "Class|Employment";}
else if (sections[1] == "membership") {tail = "Other";}
else if (sections[1] == "multimedia") 
{
	if (sections[2] == "lifestyle") {tail = "News|Entertainment";}	
	else if (sections[2] =="sports") {tail = "News|Sports";}
	else {tail = "News";}	
}
else if (sections[1] == "nation") {tail = "News|Nation_World";}
else if (sections[1] == "nie") {tail = "Other";}
else if (sections[1] == "now") {tail = "News|Local";}
else if (sections[1] == "obituaries") {tail = "News|Local";}
else if (sections[1] == "olympics") {tail = "News|Sports";}
else if (sections[1] == "opinion")	{tail = "News|Local";}
else if (sections[1] == "parks") {tail = "News|Sports";}
else if (sections[1] == "pda") {tail = "News";}
else if (sections[1] == "peopleschoice") {tail = "Other";}
else if (sections[1] == "portal") 
{
	if (sections[2] == "calendar")		{tail="News|Entertainment";}
	else if (sections[2] == "community_calendar")		{tail="News|Entertainment|Search";}
	else if (sections[2] == "forums")		{tail="Other";}
	else if (sections[2] == "get_out")		
	{
		if (sections[3] == "food") {tail = "News|Entertainment|Dining";}	
		else if (sections[3] =="movies") {tail = "News|Entertainment|Movies|Search";}
		else {tail = "News|Entertainment";}	
	}
	else if (sections[2] == "getout")	
		{
		if (sections[3] == "accesscentral") {tail = "News|Entertainment|Search";}
		else if (sections[3] == "dining") {tail = "News|Entertainment|Dining";} 
		else if (sections[3] == "movies") {tail = "News|Entertainment|Movies|Search";}
		else if (sections[3] == "sports") {tail = "News|Sports";}	
		else {tail = "News|Entertainment";}	
		}
	else if (sections[2] == "maps") {tail = "News|Entertainment|Search";}	
	else if (sections[2] == "microsites") {tail = "Other";}	
	else if (sections[2] == "moviemania") {tail = "Other";}
	else if (sections[2] == "parental_consent") {tail = "Other";}
	else if (sections[2] == "parks") {tail = "News|Sports";}
	else if (sections[2] == "privacy_policy") {tail = "Other";}
	else if (sections[2] == "ski_reports") {tail = "News|Sports";}
	else if (sections[2] == "sports") {tail = "News|Sports";}
	else if (sections[2] == "top_story") {tail = "News";}
	else if (sections[2] == "user_agreement") {tail = "Other";}
	else if (sections[2] == "weather") {tail = "News|Local";}
	else {tail = "News|Entertainment";}
}
else if (sections[1] == "professional") {tail = "Class|Search";}
else if (sections[1] == "realestate") {tail = "Class|Real_Estate";}
else if (sections[1] == "rnquest" )	{tail = "Class|Employment";}
else if (sections[1] == "sitemap" )	{tail = "Other";}
else if (sections[1] == "special" )	{tail = "News";}
else if (sections[1] == "sports") 
{
	if (sections[2] == "all_star")     {tail="News|Sports|Pro";} 
	else if (sections[2] == "baseball")	{tail="News|Sports|Pro";}
	else if (sections[2] == "basketball")	{tail="News|Sports|Pro";}
	else if (sections[2] == "bulldogs")	{tail="News|Sports|College";}
	else if (sections[2] == "college") {tail="News|Sports|College";}
	else if (sections[2] == "falcoms") {tail="News|Sports|Pro";}
	else if (sections[2] == "football")	{tail="News|Sports|Pro";}
	else if (sections[2] == "frenzy") {tail="News|Sports|Pro";}
	else if (sections[2] == "galleries") 
	{
		if (sections[3] == "wac") {tail="News|Sports|College";}
		else {tail = "News|Sports|Pro";}
	}
	else if (sections[2] == "golf") {tail="News|Sports|Pro";}
	else if (sections[2] == "grizzlies") {tail="News|Sports|Pro";}
	else if (sections[2] == "hockey") {tail="News|Sports|Pro";}
	else if (sections[2] == "hs") {tail="News|Sports|Preps";}
	else if (sections[2] == "local_sports")	{tail="News|Sports";}
	else if (sections[2] == "mlb") {tail="News|Sports|Pro";}
	else if (sections[2] == "ncaa")	{tail="News|Sports|College";}
	else if (sections[2] == "nfl") {tail="News|Sports|Pro";}
	else if (sections[2] == "olympics")	{tail="News|Sports";}
	else if (sections[2] == "pro") {tail="News|Sports|Pro";}
	else if (sections[2] == "wnba")	{tail="News|Sports|Pro";} 
	else if (sections[2] == "outdoors") {tail="News|Sports|Outdoors";}
	else 	{tail="News|Sports";}
}
else if (sections[1] == "spotlight") {tail = "News|Local";}
else if (sections[1] == "state") {tail="News";}
else if (sections[1] == "state_wire") 
	{
		if (sections[2] == "business") {tail="News|Business";}
		else if (sections[2] == "entertainment") {tail="News|Entertainment";}
		else if (sections[2] == "sports_stories") {tail="News|Sports";}
		else {tail = "News";}
	}
else if (sections[1] == "stats") 
	{
		if (sections[2] == "ncaab") {tail="News|Sports|College";}
		else if (sections[2] == "ncaaf") {tail="News|Sports|College";}
		else if (sections[2] == "ncaaw") {tail="News|Sports|College";}
		else if (sections[2] == "wcs") {tail="News|Sports|College";}		
		else {tail = "News|Sports|Pro";}
	}
else if (sections[1] == "subscribe") {tail = "Other";}
else if (sections[1] == "test") {tail = "Test";}
else if (sections[1] == "updates") {tail = "News";} 
else if ((sections[1] == "user_registration") || (sections[1] == "register-bin")) {tail = "Other";}
else if (sections[1] == "vacation")	{tail = "Other";} 
else if (sections[1] == "weather") {tail = "News|Local";}  
else if (sections[1] == "webonly")	{tail = "News";}
else if (sections[1] == "world")	{tail = "News|Nation_World";}  
else if (!sections[1]) {tail="News";} // front page without "front"
else if (sections[1]=="") {tail="News";} // front page without "front" for WebTV


/////////////// STATIC SECTIONS to be tracked
else if (sections[1] == "ag")	{tail="News|Local";}
else if (sections[1] == "aboutus")	{tail="Other";}
else if (sections[1] == "classads")	{tail="Other";}	//Advertising pages
else if (sections[1] == "images")	{tail="News|Local";}	
else if (sections[1] == "man")	{tail="News|Local";}
else if (sections[1] == "membership") {tail="Other";}
else if (sections[1] == "parks") {tail="News|Sports";}
else if (sections[1] == "rites") {tail="News|Local";}
else if (sections[1] == "static")
{
	if (sections[2] == "aboutus") {tail="Other";}	//About Us section
	else if (sections[2] == "errors") {tail="Other";}			
	else if (sections[2] == "ag")	{tail="News|Local";}	
	else if (sections[2] == "classads")	{tail="Other";}	//Advertising pages
	else if (sections[2] == "images") {tail="News|Local";}	
	else if (sections[2] == "img")	{tail="News|Local";}
	else if (sections[2] == "ips_rich_content")	{tail="News|Local";}
	else if (sections[2] == "javascript")	{tail="Other";}
	else if (sections[2] == "man")	{tail="News|Local";}
	else if (sections[2] == "membership")	{tail="Other";}
	else if (sections[2] == "news")	{tail="News|Local";}
	else if (sections[2] == "opinion_trash")	{tail="News|Local";}
	else if (sections[2] == "pages")	{tail="News";}
	else if (sections[2] == "parks")	{tail="News|Sports";}
	else if (sections[2] == "rites")	{tail="News|Local";}
	else if (sections[2] == "slideshow")	{tail="News";}
	else if (sections[2] == "sports")	{tail="News|Sports";}
	else if (sections[2] == "tomtest")	{tail="Test";}
	else if (sections[2] == "weddings")	{tail="News";}
	else if (sections[2] == "ipix") {tail="Class";} 
	else {tail = "Other";}
} 
// anything in includes goes here bpz 1/13/2005
else if (sections[1] == 'includes')
{
	if (sections[2] == 'sports' || 
		sections[2] == 'quick_scores')
	{
		tail = "News|Sports";
	}
}
else if (sections[1] == 'citylife') { tail="News|Local"; }
else if (sections[1] == 'beehive') { tail="News|Local"; }
else if (sections[1] == 'newhomes') { tail = "Class|Real_Estate"; }

/////////////// CGI "pages"
// Jason says none generate any pages
/* example if cgi's did make pages
else if (sections[1] == "cgi-bin")
	{if (sections[2] == "placead")		{tail="Other";}
	else if (sections[2] == "movies")	{tail="News|Entertainment|Movies";}
	else if (sections[2] == "redistricting"){tail="News|Local";}
	else					{tail="Unknown";} //future cgis
	}
*/
else {tail = "Unknown";}	// everything that's not labeled
override_prop6 = mcclatchy_cat + "|" + tail;

/* ==================== end of area you're working on; code resumes below ============================*/



// Adding InSite user reporting - 10/18/2004 Norm Cloutier
var user=GetCookie("fresnobee_user_auth"); //, RMID=GetCookie("RMID");
if (user) { var override_prop5 = user.replace(/\|.*/,"") }
else { var override_prop5 = "not_logged_in" }
//if (RMID) { override_prop5 += "|" + RMID }

/*                                                                 */
var default_pageName='';/* Blank defaults to HTML page title */
var default_server='FresnoBee';/* Blank defaults to host domain if available */
var default_channel='';/* Blank defaults to high-level path if available */
var default_pageType='';/* Blank defaults to blank */
var default_pageValue='';/* Blank defaults to blank */
var default_product='';/* Blank defaults to blank */

/* set the default_URL to prepend 'g5-' before the href.  bpz 12/16/2004 */
var default_URL='G5-'+window.location.href;

var default_version='';/* Blank defaults to blank */
var default_pagelevel='';/* Blank defaults to section vs. front calculation */
var default_content_source='';/* Blank defaults to blank */
var default_prop5='';/* Blank defaults to blank */
var default_prop6='';/* Blank defaults to blank */
var default_prop7='';/* Blank defaults to blank */
var default_prop8='';/* Blank defaults to blank */
var default_prop9='';/* Blank defaults to blank */
var default_prop10='';/* Blank defaults to blank */
/*                                                                 */
/* ++++++++++++++++++++ New code as of 121603 ++++++++++++++++++++ */
/*                                                                 */
var default_prop11='';/* Blank defaults to blank */
/*                                                                 */
var default_dynamicAccountSelection=false; /* Set to true to turn on dyanamic account selection */
var default_dynamicAccountList='nmtracking,nmtesttest=docs.nandomedia';
/*                 Set to form of account(s)=matching_string,account(s)=matching_string, etc.
                   where account is the site identifier and matching string is either the domain 
                   or a string that will be matched against the dynamicAccountMatch string.
                   The stats will go to the first account group that matches. To send to multiple
                   accounts, separate the site identifiers by a comma.                         */
var default_dynamicAccountMatch='docs.nandomedia'; /* Blank defaults to matching against domain */

var reserve_popular_stories=false;/* This causes stats.js to ignore attempts to set prop10 and prop11 so that they are clear for use by popular pages code */
        /* Do NOT set this to true for Modesto as long as their popular pages code 
           attempts to directly set s_prop11.       */
var popular_headline_min_length=20; /* Set a minimum length of a headline in case it has to be truncated in the list */
var popular_root_url1='http://www.fresnobee.com'; 
var popular_root_url2='http://www.centralvalley.com';
        /* These two should be set to the two most common root URLs used in the 
           URLs of stories being measured for Most Popular Story. 
           Both root URLs should refer to the same doc root.  */
/*                                                                 */
/* ++++++++++++++++++++++++ End new code +++++++++++++++++++++++++ */
/*                                                                 */
var default_trackDownloadLinks=false;/* Set to true to enable tracking of downloads */
var default_linkDownloadFileTypes='aif,aiff,aifc,au,avi,dif,doc,dv,exe,mid,midi,mov,mpg,mp2,mp3,mpeg,mpv2,msg,pdf,ppt,pps,qtl,ra,ram,rm,rpm,rv,txt,vbe,wav,wm,wma,wmv,wvx,xls,zip';
/* Only files types listed in the string will be tracked */
/*                                                                 */
var default_trackExternalLinks=false;/* Set to true to track outside links */
var default_linkInternalFilters='nandomedia,nando,nandotimes,sportserver';
/* List internal i.e., non-tracked domains in string */
/*                                                                 */
var default_channels_by_server=false;/* Prefix server name in channel report */
var default_pages_by_channel=false; /* Add channel name to page name prefix (after server name) */
var default_pages_by_server=true;/* Prefix server name to page name */
/*                                                                 */
var prefix_spacer_prepage=' -- ';/* No override. This can be set only sitewide */
var prefix_spacer_prechannel=' | ';/* No override. This can be set only sitewide */
/*


/*                                                                 */
/* ================= End Site-specific settings ===================*/
/*                                                                 */

// for whatever reason, line 416 refers to a GetCookie function that 
// doesn't exist anywhere that I've looked.  I'm adding this function now.
// bpz 6/8/2005
function GetCookie(name)
{
    var dc = document.cookie;
    var prefix = name + "=";
    var begin = dc.indexOf("; " + prefix);
    if (begin == -1)
    {
        begin = dc.indexOf(prefix);
        if (begin != 0) return null;
    }
    else
    {
        begin += 2;
    }
    var end = document.cookie.indexOf(";", begin);
    if (end == -1)
    {
        end = dc.length;
    }
    return unescape(dc.substring(begin + prefix.length, end));
}
