// JavaScript Document

<!-- Education

images1 = new Array(3);

images1[0] = "<a href = '../education/index.html'><img src='../img/footer/education01.png' alt=''></a>";

images1[1] = "<a href = '../education/index.html'><img src='../img/footer/education02.png' alt=''></a>";

images1[2] = "<a href = '../education/index.html'><img src='../img/footer/education03.png' alt=''></a>";

index = Math.floor(Math.random() * images1.length);

// -->

<!-- Workshops

images2 = new Array(3);

images2[0] = "<a href = '../workshops/index.html'><img src='../img/footer/workshops01.png' alt=''></a>";

images2[1] = "<a href = '../workshops/index.html'><img src='../img/footer/workshops02.png' alt=''></a>";

images2[2] = "<a href = '../workshops/index.html'><img src='../img/footer/workshops03.png' alt=''></a>";

index = Math.floor(Math.random() * images2.length);

// -->

<!-- Kids Parties

images3 = new Array(3);

images3[0] = "<a href = '../kidsparties/index.html'><img src='../img/footer/kidsparties01.png' alt=''></a>";

images3[1] = "<a href = '../kidsparties/index.html'><img src='../img/footer/kidsparties02.png' alt=''></a>";

images3[2] = "<a href = '../kidsparties/index.html'><img src='../img/footer/kidsparties03.png' alt=''></a>";

index = Math.floor(Math.random() * images3.length);

// -->
