$(document).ready(function() {
	if(window.location.href === "https://shop.bt.com/brands/bt"){
		window.location.replace("https://shop.bt.com/brands/bt-910");
	};
	if(window.location.href === "https://shop.bt.com/brands/bt/"){
		window.location.replace("https://shop.bt.com/brands/bt-910");
	};
});
if(window.location.href === "https://shop.bt.com/brands/bt"){
	window.location.replace("https://shop.bt.com/brands/bt-910");
};
if(window.location.href === "https://shop.bt.com/brands/bt/"){
	window.location.replace("https://shop.bt.com/brands/bt-910");
};