<!--
var SpotlightHome = new Array()

SpotlightHome[0] = '/corporate/images/spotlight_home/01_fr.jpg'
SpotlightHome[1] = '/corporate/images/spotlight_home/02_fr.jpg'
SpotlightHome[2] = '/corporate/images/spotlight_home/03_fr.jpg'
SpotlightHome[3] = '/corporate/images/spotlight_home/04_fr.jpg'
SpotlightHome[4] = '/corporate/images/spotlight_home/05_fr.jpg'
SpotlightHome[5] = '/corporate/images/spotlight_home/06_fr.jpg'
SpotlightHome[6] = '/corporate/images/spotlight_home/07_fr.jpg'
SpotlightHome[7] = '/corporate/images/spotlight_home/08_fr.jpg'

var j = 0
var p = SpotlightHome.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = SpotlightHome[i]
}
var whichSpotlightHome = Math.round(Math.random()*(p-1));
function showSpotlightHome(){
document.write('<img src="'+SpotlightHome[whichSpotlightHome]+'" width="534" height="202" alt="L’assurance voyage de Travel Underwriters. En toute assurance." border="0"');
}
// -->