img = new Array();
//2
img[0] = "top1";
img[1] = "top2";
img[2] = "top3";
img[3] = "top4";
img[4] = "top5";
img[5] = "top6";
img[6] = "top7";

n = Math.floor(Math.random()*img.length);



