function variable(url) 
{
window.location=url;
} 
	
function LienAuHasard() 
{ 
var a; 
a = 1+Math.round(Math.random()*29); 
if (a==1) 
variable("tranches-de-vie-2010-eaudeparis-pilote.html");
if (a==2) 
variable("tranches-de-vie-2007-fils.html"); 
if (a==3) 
variable("tranches-de-vie-2007-savoir.html"); 
if (a==4) 
variable("tranches-de-vie-2008-contrats-auto.html");
if (a==5) 
variable("tranches-de-vie-2008-contrats-pharma.html");
if (a==6) 
variable("tranches-de-vie-2008-langevin.html");
if (a==7) 
variable("tranches-de-vie-2008-portrait-caro.html");
if (a==8) 
variable("tranches-de-vie-2008-portrait-chris.html");
if (a==9) 
variable("tranches-de-vie-2008-portrait-guillaume.html"); 
if (a==10) 
variable("tranches-de-vie-2008-portrait-joel.html");
if (a==11) 
variable("tranches-de-vie-2009-berlin.html");
if (a==12) 
variable("tranches-de-vie-2009-femmes-env.html");
if (a==13) 
variable("tranches-de-vie-2009-femmes-lib.html");
if (a==14) 
variable("tranches-de-vie-2009-femmes-trans.html");
if (a==15) 
variable("tranches-de-vie-2009-femmes-secu.html");
if (a==16) 
variable("tranches-de-vie-2009-femmes.html");
if (a==17) 
variable("tranches-de-vie-2009-horizontal.html");
if (a==18) 
variable("tranches-de-vie-2009-vertical.html");
if (a==19) 
variable("tranches-de-vie-2009-prevention.html");
if (a==20) 
variable("tranches-de-vie-2010-justfriends.html");
if (a==21) 
variable("tranches-de-vie-2010-espace19.html");
if (a==22) 
variable("tranches-de-vie-2010-diversite.html");
if (a==23) 
variable("tranches-de-vie-2010-vincent.html");
if (a==24) 
variable("tranches-de-vie-2010-diversiteEN.html");
if (a==25) 
variable("tranches-de-vie-2010-eaudeparis-episode1.html");
if (a==26) 
variable("tranches-de-vie-2010-eaudeparis-episode2.html");
if (a==27) 
variable("tranches-de-vie-2010-eaudeparis-episode3.html");
if (a==28) 
variable("tranches-de-vie-2011-basquiat.html");
if (a==29) 
variable("tranches-de-vie-2011-versailles.html");
if (a==30) 
variable("tranches-de-vie-2011-desclaux.html");
}





