// JavaScript Document


<!--
/*
Random link button- By JavaScript Kit (http://javascriptkit.com)
Over 300+ free scripts!
This credit MUST stay intact for use
*/

//specify random links below. You can have as many as you want
var randomlinks=new Array()

randomlinks[0]="../acrobat/pedrito.html"
randomlinks[1]="../acrobat/indiano.html"


function randomlink(){
window.location=randomlinks[Math.floor(Math.random()*randomlinks.length)]
}
//-->

<!--
/*
Random link button- By JavaScript Kit (http://javascriptkit.com)
Over 300+ free scripts!
This credit MUST stay intact for use
*/

//specify random links below. You can have as many as you want
var randomrocks=new Array()

randomrocks[0]="../bascule/kipling.html"
randomrocks[1]="../bascule/pasqualino.html"


function randomrock(){
window.location=randomrocks[Math.floor(Math.random()*randomrocks.length)]
}
//-->

var randombalan=new Array()

randombalan[0]="../equilibre/barb.html"
randombalan[1]="../equilibre/gruccione.html"
randombalan[2]="../equilibre/Delfino.html"
randombalan[3]="../equilibre/dragonfly.html"
randombalan[4]="../equilibre/Elefantino.html"
randombalan[5]="../equilibre/camel.html"
randombalan[6]="../equilibre/frog.html"
randombalan[7]="../equilibre/leonardo.html"
randombalan[8]="../equilibre/Lunatic.html"
randombalan[9]="../equilibre/pisces.html"
randombalan[10]="../equilibre/turtle.html"
randombalan[11]="../equilibre/whale.html"

function randombala(){
window.location=randombalan[Math.floor(Math.random()*randombalan.length)]
}


var randomgirou=new Array()

randomgirou[0]="../girouette/boydolphin.html"
randomgirou[1]="../girouette/donquijote.html"
randomgirou[2]="../girouette/giona.html"
randomgirou[3]="../girouette/moby.html"
randomgirou[4]="../girouette/octopus.html"
randomgirou[5]="../girouette/pirat.html"
randomgirou[6]="../girouette/ship.html"


function randomgiro(){
window.location=randomgirou[Math.floor(Math.random()*randomgirou.length)]
}

var randommobil=new Array()

randommobil[0]="../mobiles/phantoms.html"
randommobil[1]="../mobiles/barnowl.html"
randommobil[2]="../mobiles/gabbiano.html"
randommobil[3]="../mobiles/magpie.html"
randommobil[4]="../mobiles/planetarium.html"
randommobil[5]="../mobiles/gatto.html"
randommobil[6]="../mobiles/rolling.html"

function randommobi(){
window.location=randommobil[Math.floor(Math.random()*randommobil.length)]
}

var randompuzzl=new Array()

randompuzzl[0]="../puzzle/marble.html"
randompuzzl[1]="../puzzle/marx.html"
randompuzzl[2]="../puzzle/mouse.html"
randompuzzl[3]="../puzzle/rhinoceros.html"
randompuzzl[4]="../puzzle/taverna.html"
randompuzzl[5]="../puzzle/exodus.html"
randompuzzl[6]="../puzzle/exam.html"
randompuzzl[7]="../puzzle/daniel.html"
randompuzzl[8]="../puzzle/supper.html"

function randompuzz(){
window.location=randompuzzl[Math.floor(Math.random()*randompuzzl.length)]
}

var randomtheat=new Array()

randomtheat[0]="../theater/baribal.html"
randomtheat[1]="../theater/cervello.html"
randomtheat[2]="../theater/duel.html"
randomtheat[3]="../theater/nakedking.html"
randomtheat[4]="../theater/petitprince.html"

function randomthea(){
window.location=randomtheat[Math.floor(Math.random()*randomtheat.length)]
}

<!--Uncomment below to use a regular text link instead<a href="javascript:randomlink()">Random Link</a>
-->