// JavaScript Document

/*random des photos de marseille sur la home page*/
function hp()
{
    document.write('<img src="images/random_homepage/image'+ Math.round((Math.random()*3)+1)+ '.jpg" class="image-gauche" />');
}


/*random des interviewés dans la home page en français*/
function go(a)
{
  if (a=="1"){window.location="fr/temoignage-allard-delanoe.htm"}
  if (a=="2"){window.location="fr/temoignage-berge.htm"}
  if (a=="3"){window.location="fr/temoignage-bigay.htm"}
  if (a=="4"){window.location="fr/temoignage-boucaud.htm"}
  if (a=="5"){window.location="fr/temoignage-foulquie.htm"}
  if (a=="6"){window.location="fr/temoignage-guyot.htm"}
  if (a=="7"){window.location="fr/temoignage-hubinet.htm"}
  if (a=="8"){window.location="fr/temoignage-koutchouk.htm"}
  if (a=="9"){window.location="fr/temoignage-maurice.htm"}
  if (a=="10"){window.location="fr/temoignage-nataf.htm"}
  if (a=="11"){window.location="fr/temoignage-patin.htm"}
  if (a=="12"){window.location="fr/temoignage-richard.htm"}
  if (a=="13"){window.location="fr/temoignage-rodon.htm"}
  if (a=="14"){window.location="fr/temoignage-segonzac.htm"}
}

function pub()
{
  a = Math.round((Math.random()*13)+1);
  document.getElementById("chercherimage").innerHTML='<a href="javascript:go(a)" class="lienimage"><img src="images/itw_fr/image'+ a+ '.jpg" width="283" height="248" border="0" /></a>';
}