var nbimage = 4;
var type;
var width;
var height;
var url;
var alte;
var gotosite;

function banniere()
{
  numimage= Math.floor(Math.random() * nbimage);
  if (numimage == 0)
  {
    gotosite = "http://www.job.sn";
    type = 2;
    url = "http://www.setsima.com/banniere/banniere_job_vf.swf";
    alte = "job.sn";
    height = "65";
    width = "520";
  }
  if (numimage == 1)
  {
    gotosite = "http://www.yekini.com";
    type = 1;
    url = "http://www.setsima.com/banniere/banniere_yekini.gif";
    alte = "Yekini";
    height = "60";
    width = "468";
  }
  if (numimage == 2)
  {
    gotosite = "http://www.setsima.com";
    type = 2;
    url = "/Banners/Setsima_banner.swf";
    alte = "Setsima";
    height = "60";
    width = "468";
  }
  if (numimage == 3)
  {
    gotosite = "http://www.dstvafrica.com";
    type = 1;
    url = "http://www.setsima.com/banniere/Banniere_dstv_final.jpg";
    alte = "DSTV";
    height = "60";
    width = "468";
  }
  if((gotosite != "") && (type == 1))
	{
	  document.write('<a href="' + gotosite + '">');	
    document.write('<img src="' + url + '" height="' + height + '" width="' + width + '" alt="' + alte + '" border=0 target=_new />');
	  document.write('</a>');
	}
	if((gotosite != "") && (type == 2))
	{
    document.write('<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="' + width + '" height="' + height + '">');	
    document.write('<param name="movie" value="' + url + '" />');
	  document.write('<param name="quality" value="high" />');
	  document.write('<embed src="' + url + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '"></embed>');
	  document.write('</object>');
	}
}

