	var image = new Array();
	image = [
//20100518/CM        '/pub/med.swf'
//20110831/CM : suppression .gif et ajout pub HAS en .swf
// '/pub/med3.gif'
//20111104/CM : suppression et remise d'une pub GIF   '/pub/banniere_medecine_092011.swf'
        '/pub/med_reagir.gif',
		    //'/pub/med2.swf'
// 20091117/CM : changement de banière 
       //'/pub/honcertifie468X60.swf'
// 20100208/CM : suppression de la pub has et remise de med.swf
//        '/pub/has_medecine.swf'
//20111213/CM : remise d'une pub has (swf)
        '/pub/has_medecine_v2.swf',


    ];

//	lien = ["http://www.reagjir.com/"
//	];

	random = Math.round(Math.random() * (image.length-1));
//20100519/CM :modif du format swf en gif
//20110831/CM et 20111213 : modif du format gif en swf

    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="468" height="60">');
    document.write('<param name="movie" value="'+image[random]+'">');
    document.write('<param name="quality" value="high">');
    // 20081223/NH : pour /pub/honcertifie468X60.swf... (y compris le bgcolor="#FFFFFF" dans le <embed>
    //NH    document.write('<param name="BGCOLOR" value="#FFFFFF">');
    document.write('<param name="wmode" value="transparent">');
    //document.write('<embed src="'+image[random]+'" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="468" height="60" bgcolor="#FFFFFF"></embed>');
    document.write('<embed src="'+image[random]+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="468" height="60" bgcolor="#FFFFFF"></embed>');
    document.write('</object>');
	document.write('</a>');	
	

//	document.write('<a target="_blank" hre'+'f="'+lien[random]+'" border="0" />');
//	document.write('<img border="0" class="block" sr'+'c="'+image[random]+'" />');
//	document.write('</a>');	


