function redirect() { if (location == "http://www.ca-bretagne.fr/") { window.location="http://www.breizh-banque.com/"; } else if (location == "https://www.ca-bretagne.fr/") { window.location="http://www.breizh-banque.com/"; } else if (location == "http://www.ca-bretagne.com/") { window.location="http://www.breizh-banque.com/"; } else if (location == "https://www.ca-bretagne.com/") { window.location="http://www.breizh-banque.com/"; } else if (location == "http://www.bretagne-banqueprivee.fr/") { window.location="http://www.bretagne-banqueprivee.fr/banqueprivee/"; } else if (location == "http://bretagne-banqueprivee.fr/") { window.location="http://www.bretagne-banqueprivee.fr/banqueprivee/"; } else if (location == "https://www.bretagne-banqueprivee.fr/") { window.location="https://www.bretagne-banqueprivee.fr/banqueprivee/"; } else if (location == "https://bretagne-banqueprivee.fr/") { window.location="https://www.bretagne-banqueprivee.fr/banqueprivee/"; } else { window.location="http://www.breizh-banque.com/"; } } setTimeout("redirect()",5); // delai en millisecondes