// SiteCatalyst code version: H.19.4.
// You may give each page an identifying name, server, and channel on
// the next lines. 
function setOmnitureCodes(pageName,env,channel,campaign,state,zip,eVar1,eVar2,eVar3,eVar4,eVar5) {
	s.pageName=pageName  
	s.server=env;  
	s.channel=channel  
	s.pageType=""
	s.prop1=eVar1
	s.prop2=eVar2
	s.prop3=eVar3
	s.prop4=eVar4
	s.prop5=eVar5
	/* Conversion Variables */
	s.campaign=campaign // 
	s.state=state
	s.zip=zip
	s.events=""
	s.products=""
	s.purchaseID=""
	s.eVar1=""
	s.eVar2=""
	s.eVar3=""
	s.eVar4=""
	s.eVar5=""
	/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
	var s_code=s.t();
	
	if(s_code) { 
		document.write(s_code)
	}
}

function writeDebug(wind,content) {
 top.consoleRef=window.open('',wind,
  'width=350,height=250'
   +',menubar=0'
   +',toolbar=1'
   +',status=0'
   +',scrollbars=1'
   +',resizable=1')
 top.consoleRef.document.writeln(
  '<html><head><title>Console</title></head>'
   +'<body bgcolor=white onLoad="self.focus()">'
   +content
   +'</body></html>'
 )
 top.consoleRef.document.close()
}

