function gotoSolution(solution) {
 switch (solution) {
  case 'acquire':
		 window.location.href = '/gbgroup/what-we-do/acquire-your-customer';
			break;
  case 'identify':
		 window.location.href = '/gbgroup/what-we-do/identify-your-customer';
			break;
  case 'understand':
		 window.location.href = '/gbgroup/what-we-do/understanding-your-customer';
			break;
  case 'target':
		 window.location.href = '/gbgroup/what-we-do/target-your-customer';
			break;
  case 'retain':
		 window.location.href = '/gbgroup/what-we-do/retain-your-customer';
			break;
  case 'trace':
		 window.location.href = '/gbgroup/what-we-do/trace-your-customer';
			break;
	}
}
