// JavaScript Document

img = new Array();
img[0] = "images/top-image/_MG_6561.jpg";
img[1] = "images/top-image/_MG_6566.jpg";
img[2] = "images/top-image/_MG_6571.jpg";
img[3] = "images/top-image/_MG_6582.jpg";
img[4] = "images/top-image/_MG_6554.jpg";
img[5] = "images/top-image/_MG_6632.jpg";
img[6] = "images/top-image/_MG_6622.jpg";
img[7] = "images/top-image/_MG_6609.jpg";
img[8] = "images/top-image/_MG_6595.jpg";
img[9] = "images/top-image/_MG_6591.jpg";
img[10] = "images/top-image/_MG_6618.jpg";


n = Math.floor(Math.random()*img.length);
document.write("<img src='"+img[n]+"' border='0' />");



