// Mode local

/*
var urlLivreOr = 'http://kruhlmann:8080/theamazingrace/main/livre_or.php';
var urlLivreOrLoad = 'http://kruhlmann:8080/theamazingrace/main/livre_or_load.php';
var urlLivreOrSave = 'http://kruhlmann:8080/theamazingrace/main/livre_or_save.php';

var url2006UsaLoadIndex = 'http://kruhlmann:8080/theamazingrace/2006_usa/index_load.php';
var url2006UsaLoadEtape = 'http://kruhlmann:8080/theamazingrace/2006_usa/etape_load.php';
var url2006UsaLoadCarnet = 'http://kruhlmann:8080/theamazingrace/2006_usa/carnet_load.php';
var url2006UsaLoadCarnetComplet = 'http://kruhlmann:8080/theamazingrace/2006_usa/carnet_complet_load.php';
var url2006UsaLoadPhotos = 'http://kruhlmann:8080/theamazingrace/2006_usa/photos_load.php';
var url2006UsaLoadVideos = 'http://kruhlmann:8080/theamazingrace/2006_usa/videos_load.php';

var url2007JaponLoadIndex = 'http://kruhlmann:8080/theamazingrace/2007_japon/load_index.php';
var url2007JaponLoadCarnet = 'http://kruhlmann:8080/theamazingrace/2007_japon/load_carnet.php';
var url2007JaponLoadEtape = 'http://kruhlmann:8080/theamazingrace/2007_japon/load_etape.php';

var url2008AustralieEtapeLoad = 'http://kruhlmann:8080/theamazingrace/2008_australie/etape_load.php';
var url2008AustralieIndexLoad = 'http://kruhlmann:8080/theamazingrace/2008_australie/index_load.php';
*/

/*
var urlLivreOr = 'http://127.0.0.1:8080/theamazingrace/main/livre_or.php';
var urlLivreOrLoad = 'http://127.0.0.1:8080/theamazingrace/main/livre_or_load.php';
var urlLivreOrSave = 'http://127.0.0.1:8080/theamazingrace/main/livre_or_save.php';

var url2006UsaLoadIndex = 'http://127.0.0.1:8080/theamazingrace/2006_usa/index_load.php';
var url2006UsaLoadEtape = 'http://127.0.0.1:8080/theamazingrace/2006_usa/etape_load.php';
var url2006UsaLoadCarnet = 'http://127.0.0.1:8080/theamazingrace/2006_usa/carnet_load.php';
var url2006UsaLoadCarnetComplet = 'http://127.0.0.1:8080/theamazingrace/2006_usa/carnet_complet_load.php';
var url2006UsaLoadPhotos = 'http://127.0.0.1:8080/theamazingrace/2006_usa/photos_load.php';
var url2006UsaLoadVideos = 'http://127.0.0.1:8080/theamazingrace/2006_usa/videos_load.php';

var url2007JaponLoadIndex = 'http://127.0.0.1:8080/theamazingrace/2007_japon/load_index.php';
var url2007JaponLoadCarnet = 'http://127.0.0.1:8080/theamazingrace/2007_japon/load_carnet.php';
var url2007JaponLoadEtape = 'http://127.0.0.1:8080/theamazingrace/2007_japon/load_etape.php';

var url2008AustralieEtapeLoad = 'http://127.0.0.1:8080/theamazingrace/2008_australie/etape_load.php';
var url2008AustralieIndexLoad = 'http://127.0.0.1:8080/theamazingrace/2008_australie/index_load.php';
*/

// Mode Web normal


var urlLivreOr = 'http://www.theamazingrace.fr/main/livre_or.php';
var urlLivreOrLoad = 'http://www.theamazingrace.fr/main/livre_or_load.php';
var urlLivreOrSave = 'http://www.theamazingrace.fr/main/livre_or_save.php';

var url2006UsaLoadIndex = 'http://www.theamazingrace.fr/2006_usa/index_load.php';
var url2006UsaLoadEtape = 'http://www.theamazingrace.fr/2006_usa/etape_load.php';
var url2006UsaLoadCarnet = 'http://www.theamazingrace.fr/2006_usa/carnet_load.php';
var url2006UsaLoadCarnetComplet = 'http://www.theamazingrace.fr/2006_usa/carnet_complet_load.php';
var url2006UsaLoadPhotos = 'http://www.theamazingrace.fr/2006_usa/photos_load.php';
var url2006UsaLoadVideos = 'http://www.theamazingrace.fr/2006_usa/videos_load.php';

var url2007JaponLoadIndex = 'http://www.theamazingrace.fr/2007_japon/load_index.php';
var url2007JaponLoadCarnet = 'http://www.theamazingrace.fr/2007_japon/load_carnet.php';
var url2007JaponLoadEtape = 'http://www.theamazingrace.fr/2007_japon/load_etape.php';

var url2008AustralieEtapeLoad = 'http://www.theamazingrace.fr/2008_australie/etape_load.php';
var url2008AustralieCarnetLoad = 'http://www.theamazingrace.fr/2008_australie/carnet_load.php';
var url2008AustralieIndexLoad = 'http://www.theamazingrace.fr/2008_australie/index_load.php';
