if(/\/products\//.test(window.location) || /\/products/.test(window.location)) {
	top.location = "/files/products/products.html";
}
