
/**
Function to Call a Standard Page Load
 **/



function _OtrackPageView (pageSection,pageSubSection,pageSubSubSection,pageContext)

{
	s.prop1='TD';
	s.prop2='TR';
	s.prop3= 'BUS';
	s.channel =  pageSection;
	s.prop4 = pageSection + ':' + pageSubSection; 
	s.prop5 =  pageSection + ':' + pageSubSection + ':' + pageSubSubSection;

	s.pageName= s.prop1 + ':';
	if (s.prop3) s.pageName += s.prop3 + ':';
	if (pageSection) s.pageName += pageSection + ':';
	if (pageSubSection) s.pageName += pageSubSection + '-';	
	if (pageSubSubSection) s.pageName += pageSubSubSection ;
	if (pageContext) s.pageName += '-' + pageContext;
		
		
		
	s.prop25= pageSection + '-';	
	if (pageSubSection) s.prop25 += pageSubSection + '-';
	if (pageSubSubSection) s.prop25 += pageSubSubSection ;
	if (pageContext) s.prop25 += '-' + pageContext;
	




	s.server=document.location.host;

	s.eVar1=s.prop1;
	s.eVar2=s.prop2;
	s.eVar3=s.prop3;
	s.eVar4=s.channel;
	s.eVar5=s.prop4;
	s.eVar15=s.prop5;

	s.eVar31='';
	s.eVar32='';

	s.prop40='';
	s.prop31='';
	s.prop32='';

	s.eVar32='';
	s.eVar33='';
	s.eVar34='';

	s.eVar36='';
	s.eVar38='';
	s.eVar39='';
	s.eVar40='';
	s.eVar41='';

	
	s.eVar42 = 'campaign';
	s.eVar43 = pageSection;	

	s.eVar47 = pageSubSection + '-' + pageSubSubSection;

	s.events='';
	
	s.hier1= s.prop1;
	if (s.prop2) s.hier1 += '|' + s.prop2;
	if (s.prop3) s.hier1 += '|' + s.prop3;
	if (pageSection) s.hier1 += '|' + pageSection;
	if (pageSubSection) s.hier1 += '|' + pageSubSection;
	if (pageSubSubSection) s.hier1 += '|' + pageSubSubSection;
	
	s.hier2 = pageSection;
	if (pageSubSection) s.hier2 += '|' + pageSubSection; 
	if (pageSubSubSection) s.hier2 += '|' + pageSubSubSection;

	
	
	

	/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
	s.visitorNamespace="telstradivision";
	s.trackingServer="info.telstra.com";
	s.trackingServerSecure="infos.telstra.com";
	s.dc=122;
	var s_code=s.t();if(s_code)document.write(s_code)
}


/**
Function to Call a Custom Omniture Event
 **/



function _OtrackEvent (object,action,label)

{

		s.linkTrackVars='events,prop30,prop31,prop40,eVar30,eVar31,eVar40';
		s.linkTrackEvents='event5';

		s.eVar40 = object;
		s.eVar30 = object + '-' + action;
		s.eVar31 = object + '-' + action + '-' + label;


		s.prop40 = object;
		s.prop30 = object + '-' + action;
		s.prop31 = object + '-' + action + '-' + label;

		s.events = 'event5';

		s.tl(true,'o', object + '-' + action + '-' + label);	

}

