ejs_banurl = new Array;
ejs_banimageUrl=new Array;

ejs_banimageUrl[0] = "<center><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" width=\"456\" height=\"60\"><param name=\"movie\" value=\"http://www.solypresse.com/bandeaux-swf/rencontres2.swf\" /><param name=\"quality\" value=\"high\" /><embed src=\"http://www.solypresse.com/bandeaux-swf/rencontres2.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"456\" height=\"60\"></embed></object></center>";
ejs_banimageUrl[1] = "<center><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" width=\"456\" height=\"60\"><param name=\"movie\" value=\"http://www.solypresse.com/bandeaux-swf/voyeurs.swf\" /><param name=\"quality\" value=\"high\" /><embed src=\"http://www.solypresse.com/bandeaux-swf/voyeurs.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"456\" height=\"60\"></embed></object></center>";
ejs_banimageUrl[2] = "<center><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" width=\"456\" height=\"60\"><param name=\"movie\" value=\"http://www.solypresse.com/bandeaux-swf/voyeurs2.swf\" /><param name=\"quality\" value=\"high\" /><embed src=\"http://www.solypresse.com/bandeaux-swf/voyeurs2.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"456\" height=\"60\"></embed></object></center>";
ejs_banimageUrl[3] = "<center><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" width=\"456\" height=\"60\"><param name=\"movie\" value=\"http://www.solypresse.com/bandeaux-swf/rencontres.swf\" /><param name=\"quality\" value=\"high\" /><embed src=\"http://www.solypresse.com/bandeaux-swf/rencontres.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"456\" height=\"60\"></embed></object></center>";
ejs_banimageUrl[4] = "<center><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" width=\"456\" height=\"60\"><param name=\"movie\" value=\"http://www.solypresse.com/bandeaux-swf/sms.swf\" /><param name=\"quality\" value=\"high\" /><embed src=\"http://www.solypresse.com/bandeaux-swf/sms.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"456\" height=\"60\"></embed></object></center>";
ejs_banimageUrl[5] = "<center><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" width=\"456\" height=\"60\"><param name=\"movie\" value=\"http://www.solypresse.com/bandeaux-swf/sms2.swf\" /><param name=\"quality\" value=\"high\" /><embed src=\"http://www.solypresse.com/bandeaux-swf/sms2.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"456\" height=\"60\"></embed></object></center>";

affiche = false;

function AffichePub()
   {
      numimage= Math.round(Math.random()*(ejs_banimageUrl.length-1));
      document.write (ejs_banimageUrl[numimage])
      affiche = true;
   }

AffichePub();