//This script creates an array called 'arrOmnProp'
var arrayIndex = 0;
var arrOmnProp = new Array();

//This script defines an object called 'OmnitureProperties'
function OmnitureProperties(id, p1, p2, p3, p4, p5, p8, h2)
{
	this.id = id;
	this.p1 = p1;
	this.p2 = p2;
	this.p3 = p3;
	this.p4 = p4;
	this.p5 = p5;
	this.p8 = p8;
	this.h2 = h2;
}

//This script creates a new instance of a 'OmnitureProperties' object
function setProperties(obj)
{
	arrOmnProp[arrayIndex] = obj;
	arrayIndex++;
}

function returnOmnPropValue(id,prop)
{
	for (var i=0; i < arrOmnProp.length; i++)
	{
		var obj=arrOmnProp[i];
		if(obj.id == id)
		{
			return eval('obj.' + prop);
		}
	}
}
var pobj = new OmnitureProperties()
/***************************************************
	Login And Registration configuration start.
***************************************************/
pobj.id="LOGINREGI"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="LoginPreRegistration"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - LoginPreRegistration"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|LoginPreRegistration" 
setProperties(pobj)
/***************************************************
	Login And Registration configuration start.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	Story Listing configuration start.
***************************************************/
pobj.id="SL"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="StoryListing"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - StoryListing"
pobj.channel="SRH" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|StoryListing" 
setProperties(pobj)
/***************************************************
	Story Listing configuration end.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	Asset Listing configuration start.
***************************************************/
pobj.id="AL"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="AssetListing"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - AssetListing"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|AssetListing" 
setProperties(pobj)
/***************************************************
	Asset Listing configuration end.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	Story Details configuration start.
***************************************************/
pobj.id="SODETAIL"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="StoryDetails"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - StoryDetails"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|StoryDetails" 
setProperties(pobj)
/***************************************************
	Story Details configuration end.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	Asset Details configuration start.
***************************************************/
pobj.id="AD"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="AssetDetails"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - AssetDetails"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|AssetDetails" 
setProperties(pobj)
/***************************************************
	AAsset Details configuration end.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	Consolidated My Account configuration start.
***************************************************/
pobj.id="CMA"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="ConsolidatedMyAccount"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - ConsolidatedMyAccount"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|ConsolidatedMyAccount" 
setProperties(pobj)
/***************************************************
	Consolidated My Account configuration end.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	Terms And Conditions Page configuration start.
***************************************************/
pobj.id="TERMSNADCONDITION"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="TermsAndConditionsPage"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - TermsAndConditionsPage"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|TermsAndConditionsPage" 
setProperties(pobj)
/***************************************************
	Terms And Conditions Page configuration end.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	Password Help Page configuration start.
***************************************************/
pobj.id="PASSHELP"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="PasswordHelp"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - PasswordHelp"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|PasswordHelp" 
setProperties(pobj)
/***************************************************
	Password Help Page configuration end.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	Password Notify Page configuration start.
***************************************************/
pobj.id="PASSNOTIFY"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="PasswordNotify"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - PasswordNotify"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|PasswordNotify" 
setProperties(pobj)
/***************************************************
	Password Notify Page configuration end.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	Error Message configuration start.
***************************************************/
pobj.id="ERRMESG"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="ErrorMessage"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - ErrorMessage"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|ErrorMessage" 
setProperties(pobj)
/***************************************************
	Error Message configuration start.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	Story Asset Listing page configuration start.
***************************************************/
pobj.id="SAL"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="StoriesAssetsListing"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - StoriesAssetsListing"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|StoriesAssetsListing" 
setProperties(pobj)
/***************************************************
	Story Asset Listing configuration start.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	Intermediate page configuration start.
***************************************************/
pobj.id="INTER"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="Intermediate"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - Intermediate"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|Intermediate" 
setProperties(pobj)
/***************************************************
	Intermediate page configuration start.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	Media Preview page configuration start.
***************************************************/
pobj.id="MP"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="MediaPreview"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - MediaPreview"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|MediaPreview" 
setProperties(pobj)
/***************************************************
	Media Preview page configuration start.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	Test Connection page configuration start.
***************************************************/
pobj.id="TESTCONN"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="TestConnection"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - TestConnection"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|TestConnection" 
setProperties(pobj)
/***************************************************
	Test Connection page configuration start.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	Streaming Media Options page configuration start.
***************************************************/
pobj.id="STREMEDIAOPTION"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="StreamingMediaOptions"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - StreamingMediaOptions"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|StreamingMediaOptions" 
setProperties(pobj)
/***************************************************
	Streaming Media Options page configuration start.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	My Account page configuration start.
***************************************************/
pobj.id="MYACCOUNT"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="MyAccount"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - MyAccount"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|MyAccount" 
setProperties(pobj)
/***************************************************
	My Account page configuration start.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	User Profile page configuration start.
***************************************************/
pobj.id="USERPROFILE"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="UserProfile"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - UserProfile"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|UserProfile" 
setProperties(pobj)
/***************************************************
	User Profile page configuration start.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	Video Delivery Option page configuration start.
***************************************************/
pobj.id="VIDEODELOPT"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="VideoDeliveryOption"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - VideoDeliveryOption"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|VideoDeliveryOption" 
setProperties(pobj)
/***************************************************
	Video Delivery Option page configuration start.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	Tech Detail page configuration start.
***************************************************/
pobj.id="TECHDET"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="TechDetail"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - TechDetail"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|TechDetail" 
setProperties(pobj)
/***************************************************
	Tech Detail page configuration start.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	AddToCart Confirmation page configuration start.
***************************************************/
pobj.id="CC"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="AddToCartConfirmation"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - AddToCartConfirmation"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|AddToCartConfirmation" 
setProperties(pobj)
/***************************************************
	AddToCart Confirmation page configuration start.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	Verify Order Cart Step1 page configuration start.
***************************************************/
pobj.id="CS1"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="VerifyOrder"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - VerifyOrder"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|VerifyOrder" 
setProperties(pobj)
/***************************************************
	Verify Order Cart Step1 page configuration start.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	Verify DeliveryInfo Cart Step2 page configuration start.
***************************************************/
pobj.id="CS2"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="VerifyDeliveryInfo"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - VerifyDeliveryInfo"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|VerifyDeliveryInfo" 
setProperties(pobj)
/***************************************************
	Verify DeliveryInfo Cart Step2 page configuration start.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	Shopping CheckOut Cart Step3 page configuration start.
***************************************************/
pobj.id="CS3"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="ShoppingCheckOut"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - ShoppingCheckOut"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|ShoppingCheckOut" 
setProperties(pobj)
/***************************************************
	Shopping CheckOut Cart Step3 page configuration start.
***************************************************/


var pobj = new OmnitureProperties()
/***************************************************
	Order History page configuration start.
***************************************************/
pobj.id="ORDERHIS"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="OrderHistory"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - OrderHistory"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|OrderHistory" 
setProperties(pobj)
/***************************************************
	Order History page configuration start.
***************************************************/

var pobj = new OmnitureProperties()
/***************************************************
	Order History page configuration start.
***************************************************/
pobj.id="COMMONMAIL"
pobj.p1="The NewsMarket BR"
pobj.p2="GGL"		
pobj.p3="CommonMail"		
pobj.p4=""		
pobj.p5=""
pobj.p8="BroadcastRoom - CommonMail"
pobj.channel="GGL" 
/* Hierarchy Variables */
pobj.h2="The NewsMarket BR|GGL|CommonMail" 
setProperties(pobj)
/***************************************************
	Order History page configuration start.
***************************************************/

