
point = Math.random();


if(point <= 0.35){
imagepath = "a1";
}else if(point <= 0.65){
imagepath = "a1";
}else if(point <= 1){
imagepath = "a1";
}else{
imagepath = "a1";
}



