img = new Array();



img[0] = "/products/images/index_mv005.jpg";











img[1] = "/products/images/index_mv003.jpg";











img[2] = "/products/images/index_mv002.jpg";











img[3] = "/products/images/index_mv001.jpg";






n = Math.floor(Math.random()*img.length);
document.write("<img src='"+img[n]+"' alt='' width='1000'>");


