/* ###################################################
#	REDIRECTION JAVASCRIPT :
#	 - REDIRIGER VERS UNE RUBRIQUE quand il y a accès par l'article (.htm)
#	 - QUAND ON ARRIVE VERS UN ARTICLE : en provenance d'autonomy (Moteur interne)
#	 - REDIRIGER PLUSIEURS URLS VERS UN MÊME CONTENU : Evite les pertes dû aux fautes de frappe
#	 - REDIRECTION TEMPORAIRE : Pour des opérations ponctuelles.
#	 
# ATTENTION : Certaines redirections sont temporaires, il faut donc penser à rétablir
#			  les accès normaux aux contenus quand les redirections ne sont plus nécessaires.
# ATTENTION : Aux boucles infines ! Il faut tester systématiquement chaque redirection créée.
#
# Créé le vendredi 23 avril 2010 - Equipe Webmasters Carrefour.fr
#
################################################### */

var barreAdresse = window.location+"";

/* AUBERVILLIERS */
if(barreAdresse.indexOf("carrefour.fr/magasin/aubervillers") != -1){ window.location.href = "http://www.carrefour.fr/magasin/aubervilliers";}

/* JEUX ET MODULES */
if(barreAdresse.indexOf("2242-article-c-le-sport.htm") != -1){ window.location.href = "http://www.carrefour.fr/c-lesport/";}
if(barreAdresse.indexOf("carrefour.fr/clesport") != -1){ window.location.href = "http://www.carrefour.fr/c-lesport/";}
if(barreAdresse.indexOf("carrefour.fr/cletour") != -1){ window.location.href = "http://www.c-letour.com/";}
if(barreAdresse.indexOf("carrefour.fr/c-letour") != -1){ window.location.href = "http://www.c-letour.com/";}
if(barreAdresse.indexOf("carrefour.fr/clefoot") != -1){ window.location.href = "http://www.c-lefoot.fr";}

/* BLOCS */
if(barreAdresse.indexOf("2054-article-blocs-promotions-en-ligne.htm") != -1){ window.location.href = "http://www.carrefour.fr/promotions_ligne/";}
if(barreAdresse.indexOf("1921-article-actes-spots.htm") != -1){ window.location.href = "http://www.carrefour.fr/promotions-catalogues/new-chez-carrefour/";}

/*Developpement durable -> c-laterre*/
if(barreAdresse.indexOf("developpement_durable") != -1){ window.location.href = "http://www.c-laterre.fr";}

/*Solidarité -> c-solidaire*/
if(barreAdresse.indexOf("solidarite") != -1){ window.location.href = "http://www.c-solidaire.fr";}

/*LVU*/
if(barreAdresse.indexOf("2200-article-location-carrefour.htm") != -1){ window.location.href = "http://www.carrefour.fr/location_utilitaire/";}
if(barreAdresse.indexOf("2202-article-location-d-utilitaires-carrefour.htm") != -1){ window.location.href = "http://www.carrefour.fr/location_utilitaire/";}
if(barreAdresse.indexOf("2202-article-location-d-utilitaires---liste-des-magasins.htm") != -1){ window.location.href = "http://www.carrefour.fr/location_utilitaire/location_magasins/";}
if(barreAdresse.indexOf("2204-article-cgv.htm") != -1){ window.location.href = "http://www.carrefour.fr/location_utilitaire/location_cgv/";}
if(barreAdresse.indexOf("2201-article-location-chez-carrefour-market.htm") != -1){ window.location.href = "http://www.carrefour.fr/location_utilitaire/location_CRF_Market/";}
if(barreAdresse.indexOf("2205-article-les-offres.htm") != -1){ window.location.href = "http://www.carrefour.fr/location_utilitaire/location_offres/";}


/* Conditions générales FID */
if(barreAdresse.indexOf("/tout_savoir/conditions_generales/") != -1){ window.location.href = "http://www.carrefour.fr/1138-article-conditions-generales-du-programme-de-fidelite-carrefour.htm";}

/* Contact MDR */
if(barreAdresse.indexOf("/contact/question/26-formulaire-nous-contacter.htm") != -1){ window.location.href = "http://www.carrefour.fr/ontact/question/";}

/*Programme fidélité vers Carte de fid*/ 
if(barreAdresse.indexOf("/programme-fidelite/") != -1){ window.location.href = "http://www.carrefour.fr/carte-fidelite/";}



/* Carrefour Drive Villeneuve*/
if(barreAdresse.indexOf("http://www.carrefour.fr/drive-villeneuve") != -1){ window.location.href = "http://www.carrefour.fr/drivevilleneuve";}
if(barreAdresse.indexOf("http://www.carrefour.fr/drive_villeneuve") != -1){ window.location.href = "http://www.carrefour.fr/drivevilleneuve";}
