// Random numbers are generated using Math.random() JavaScript function
// Whole numbers between 0 and maxnumber
var randomnumber=Math.floor(Math.random()*5);


var ar = new Array(
"<img src='images/top_rings1.jpg' width='212' height='94'>",
"<img src='images/top_rings4.jpg' width='212' height='94'>",
"<img src='images/top_rings7.jpg' width='212' height='94'>",
"<img src='images/top_rings10.jpg' width='212' height='94'>",
"<img src='images/top_rings13.jpg' width='212' height='94'>"
);


var ar1 = new Array(
"<img src='images/top_rings2.jpg' width='214' height='94'>",
"<img src='images/top_rings5.jpg' width='214' height='94'>",
"<img src='images/top_rings8.jpg' width='214' height='94'>",
"<img src='images/top_rings11.jpg' width='214' height='94'>",
"<img src='images/top_rings14.jpg' width='214' height='94'>"
);


var ar2 = new Array(
"<img src='images/top_rings3.jpg' width='296' height='42'>",
"<img src='images/top_rings6.jpg' width='296' height='42'>",
"<img src='images/top_rings9.jpg' width='296' height='42'>",
"<img src='images/top_rings12.jpg' width='296' height='42'>",
"<img src='images/top_rings15.jpg' width='296' height='42'>"
)
