images = new Array(3);

// Box 2 Contains Belts.

images[0] = "<a href = '/product.asp?lt=d&deptid=3766&sec=men&pfid=MSC00991'><img border='0'  src='/img/fp_random/fall_winter0910/36801brw_small.jpg' alt='38601'><br /><br /><br /><br /><br />NEW ARRIVAL <img border='0' src='/img/logomini.png'> 38601</a>";
images[1] = "<a href = '/product.asp?lt=d&deptid=3766&sec=men&pfid=MSC00990'><img border='0'  src='/img/fp_random/fall_winter0910/36801_small.jpg' alt='38601'><br /><br /><br /><br /><br />NEW ARRIVAL <img border='0' src='/img/logomini.png'> 38601</a>";
images[2] = "<a href = '/product.asp?lt=d&deptid=3766&sec=men&pfid=MSC00989'><img border='0'  src='/img/fp_random/fall_winter0910/38707_small.jpg' alt='38707'><br /><br /><br /><br /><br />NEW ARRIVAL <img border='0' src='/img/logomini.png'> 38707</a>";



index = Math.floor(Math.random() * images.length);

document.write(images[index]);