//IPOS version 3/11/2009

var vsActive 		= true; // when toggled to false, page level tagging will not make calls to the UNITED hosted sensor
var vsActiveExt 	= true; // when toggled to false, page level tagging will not make calls to the Visual Sciences hosted sensor (external sensor)

// local sensor forced overrides
//if(document.location.href.indexOf('/www.united.com/') !=- 1) 		{ vsActive = true;  } // www.united.com domain
//if(document.location.href.indexOf('/travel.united.com/') !=- 1)	{ vsActive = true; } // travel.united.com domain
//if(document.location.href.indexOf('/www.ua2go.com/') !=- 1) 		{ vsActive = true; } // ua2go.com domain

// remote sensor forced overrides
//if(document.location.href.indexOf('/www.united.com/') !=- 1) 		{ vsActiveExt = true; } // www.united.com domain
//if(document.location.href.indexOf('/travel.united.com/') !=- 1)	{ vsActiveExt = true; } // travel.united.com domain
//if(document.location.href.indexOf('/www.ua2go.com/') !=- 1) 		{ vsActiveExt = true; } // ua2go.com domain
