function go(a)
{
  if (a=="1"){window.location="http://www.madeindesign.com"}
  if (a=="2"){window.location="http://pagesperso-orange.fr/ordipassion/Miroir/"}
  if (a=="3"){window.location="http://www.michele-duet.book.fr"}
  if (a=="4"){window.location="http://www.leshopdesign.com/"}
}

function pub()
{
  a = Math.round((Math.random()*4)+1);
  document.write('<a href="javascript:go(a)">');
  document.write('<img src="http://www.tesri.fr/images/partenaires/random/partner-0'+ a+ '.jpg" width="200" height="55" border="0" alt="Partenaires" />');
  document.write('</a>');
}
