function SetWebTrendsPropertiesFromLocalProperties(tag)
{
	var sPath = window.location.pathname;
	var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);	

	if(sPage == "register.aspx"){
		tag.WT.si_n="signup-deposit";
		tag.WT.si_p="reg";
	}else if(sPage == "RegisterConfirm.aspx"){
		tag.WT.si_n="signup-deposit";
		tag.WT.si_p="regSuccess";
	}else if(sPage == "deposit.aspx"){
		tag.WT.si_n="signup-deposit";
		tag.WT.si_p="deposit";
	}else if(sPage == "DepositConfirm.aspx"){
		tag.WT.si_n="signup-deposit";
		tag.WT.si_p="depositSuccess";
	}
}