if (typeof(tagVars)=="undefined")
	tagVars = "";

if (typeof(lpUASconversionStage)!="undefined")
	tagVars = tagVars + '&PAGEVAR!ConversionStage=' + escape(lpUASconversionStage);

if (typeof(lpUASconversionAction)!="undefined")
	tagVars = tagVars + '&PAGEVAR!ConversionAction=' + escape(lpUASconversionAction);

if (typeof(lpUASconversionDetails)!="undefined")
	tagVars = tagVars + '&PAGEVAR!ConversionDetails=' + escape(lpUASconversionDetails);

if (typeof(lpUASconversionTotal)!="undefined")
	tagVars = tagVars + '&PAGEVAR!ConversionTotal=' + escape(lpUASconversionTotal);

if (typeof(lpUASorderTotal)!="undefined")
	tagVars = tagVars + '&PAGEVAR!OrderTotal=' + escape(lpUASOrderTotal);

if (typeof(lpUASmarketingEvents)!="undefined")
	tagVars = tagVars + '&PAGEVAR!MarketingEvents=' + escape(lpUASmarketingEvents);
