﻿<!-- SiteCatalyst code version: H.19.3.Copyright 1997-2009 Omniture, Inc. More info available at http://www.omniture.com -->

var IP = "05"

/* You may give each page an identifying name, server, and channel on
the next lines. */

s.pageName = GetPageName();
//s.server = GetServerId(IP);
s.channel = GetChannel();
s.pageType = GetPageType();
s.prop1 = GetProp1();
s.prop2 = GetProp2();
s.prop3 = GetProp3();
s.prop4 = GetProp4();
s.prop5="";
s.prop6="";
s.prop7="";
s.prop8="";
s.prop9="";
s.prop10="";
s.prop11="";
s.prop12 = GetProp12();
/* Conversion Variables */
s.campaign="";
s.state="";
s.zip="";
s.events = GetEvents();
//alert ("s.events: " + s.events); 
s.products="";
s.purchaseID=""
s.eVar1 = GetVar1();
s.eVar2="";
s.eVar3="";
s.eVar4="";
s.eVar5="";
s.eVar6="";
s.eVar7="";

var s_code=s.t();if(s_code)document.write(s_code);

if(navigator.appVersion.indexOf('MSIE')>=0)
{document.write(unescape('%3C')+'\!-'+'-') };

if (document.URL.indexOf("intact.avaya.com")> 0 ){
	//alert ("s.prop1:" + s.prop1 + " s.prop2:" + s.prop2 + " s.prop3:" + s.prop3 + " s.prop4:" + s.prop4 + "\n s.events: " + s.events +  " s.eVar1:" + s.eVar1 + " s.eVar12:" + s.eVar12 +  " s.campaign:"+ s.campaign + "\n s.channel:" + s.channel + "\n s.prop12: " + s.prop12); 
}