//////////////////////////////
//function random_imageA#() added by giorgio
//////////////////////////////
//prima casella A1
function random_imageA1(){
var imageA1=new Array()
//ho posto due volte la foto B/N per aumentarne le possibilitá
imageA1[1]="http://www.g10design.com/01jewels/images/BG/BG01-A1clr1.jpg"
imageA1[2]="http://www.g10design.com/01jewels/images/BG/BG01-A1.jpg"
imageA1[3]="http://www.g10design.com/01jewels/images/BG/BG01-A1.jpg"
var ry=Math.floor(Math.random()*imageA1.length)
if (ry==0)
ry=1
document.write('<img src="'+imageA1[ry]+'" border=0>')
}
//seconda casella A2
function random_imageA2(){
var imageA2=new Array()
imageA2[1]="http://www.g10design.com/01jewels/images/BG/BG01-A2clr1.jpg"
imageA2[2]="http://www.g10design.com/01jewels/images/BG/BG01-A2.jpg"
imageA2[3]="http://www.g10design.com/01jewels/images/BG/BG01-A2.jpg"
var ry=Math.floor(Math.random()*imageA2.length)
if (ry==0)
ry=1
document.write('<img src="'+imageA2[ry]+'" border=0>')
}
//terza casella A3
function random_imageA3(){
var imageA3=new Array()
imageA3[1]="http://www.g10design.com/01jewels/images/BG/BG01-A3clr1.jpg"
imageA3[2]="http://www.g10design.com/01jewels/images/BG/BG01-A3.jpg"
imageA3[3]="http://www.g10design.com/01jewels/images/BG/BG01-A3.jpg"
var ry=Math.floor(Math.random()*imageA3.length)
if (ry==0)
ry=1
document.write('<img src="'+imageA3[ry]+'" border=0>')
}
//terza casella A4
function random_imageA4(){
var imageA4=new Array()
imageA4[1]="http://www.g10design.com/01jewels/images/BG/BG01-A4clr1.jpg"
imageA4[2]="http://www.g10design.com/01jewels/images/BG/BG01-A4.jpg"
imageA4[3]="http://www.g10design.com/01jewels/images/BG/BG01-A4.jpg"
var ry=Math.floor(Math.random()*imageA4.length)
if (ry==0)
ry=1
document.write('<img src="'+imageA4[ry]+'" border=0>')
}
