/* SiteCatalyst code version: CMA 20050829a */
/* Specify the Report Suite ID(s) to track here */

var s_account="hphqglobal,hphqna,hphqNAcomprod,hphqprodcat,hphqwwesg,hphqiss,";
/* Dynamic Report Suite ID Selection Config */
var s_dynamicAccountSelection = true;
var s_dynamicAccountList = "hphqwwtrash=issgweb,issgweb.cca.cpqcorp.net,hpqcorp.net,cpqcorp.net,hpqcorp.net,16.100.232.106,psgwebdev02,psgwebstg02,htn660,g2w0269,g2w0271,g2w0281";

/* Determine Wireframe */
var strCurrPage = location.href;
var arrLocation = strCurrPage.split("/");
var strWireframe = arrLocation[arrLocation.length-2];
/* End of Determine Wireframe */

/* Determine Segment */
var str_Segment = document.getElementsByTagName("meta").segment.content;
var segment_code = "";
switch (str_Segment)
{
case "smb":
	segment_code = "SMB: ";
  break;
case "large":
	segment_code = "ENT: ";
  break;
default:
	if (( location.pathname.indexOf('/us/en/ga/' ) != -1 )){
	segment_code = "GA: "; }
	if (( location.pathname.indexOf('/us/en/bb/' ) != -1 )){
	segment_code = "BB: "; }
	if (( location.pathname.indexOf('/us/en/re/' ) != -1 )){
	segment_code = "RE: "; }
}
/* End of Determine Segment */

/* You may give each page an identifying user friendly name in place of urls. */
var s_pageName=document.title+' ('+strWireframe+')';
/* Regionally assigned variables. */

/* ProLiant DL Servers */
if (( location.pathname.indexOf('15351-15351-3328412' ) != -1 ) || ( location.pathname.indexOf('proliant-dl.html' ) != -1 )  || ( location.pathname.indexOf('proliant/dl' ) != -1 )){
s_prop18 = segment_code+"ProLiant|DL Servers"; }

/* ProLiant ML Servers */
if (( location.pathname.indexOf('15351-15351-241434' ) != -1 ) || ( location.pathname.indexOf('proliant-ml.html' ) != -1 )  || ( location.pathname.indexOf('proliant/ml' ) != -1 )){
s_prop18 = segment_code+"ProLiant|ML Servers"; }

/* ProLiant DL100 Servers */
if (( location.pathname.indexOf('15351-15351-3328412-241644-3328421' ) != -1 ) || ( location.pathname.indexOf('proliant/dl1' ) != -1 )){
s_prop19 = segment_code+"ProLiant|DL Servers|DL100"; }

/* ProLiant DL300 Servers */
if (( location.pathname.indexOf('15351-15351-3328412-241644-241475' ) != -1 ) || ( location.pathname.indexOf('proliant/dl3' ) != -1 )){
s_prop19 = segment_code+"ProLiant|DL Servers|DL300"; }

/* ProLiant DL500 Servers */
if (( location.pathname.indexOf('15351-15351-3328412-241644-3328422' ) != -1 ) || ( location.pathname.indexOf('proliant/dl5' ) != -1 )){
s_prop19 = segment_code+"ProLiant|DL Servers|DL500"; }

/* ProLiant ML100 Servers */
if (( location.pathname.indexOf('15351-15351-241434-241646-3328424' ) != -1 ) || ( location.pathname.indexOf('proliant/ml1' ) != -1 )){
s_prop19 = segment_code+"ProLiant|ML Servers|ML100"; }

/* ProLiant DL300 Servers */
if (( location.pathname.indexOf('15351-15351-241434-241646-241477' ) != -1 ) || ( location.pathname.indexOf('proliant/ml3' ) != -1 )){
s_prop19 = segment_code+"ProLiant|ML Servers|ML300"; }

/* ProLiant DL500 Servers */
if (( location.pathname.indexOf('15351-15351-241434-241646-3328425' ) != -1 ) || ( location.pathname.indexOf('proliant/ml5' ) != -1 )){
s_prop19 = segment_code+"ProLiant|ML Servers|ML500"; }