<!--

function image() {
};

image = new image();
number = 0;
// imageArray
image[number++] = "<img src='images/fashion/small/15.jpg' border='0' alt='ชุดแต่งงาน' width='220' height='290'>"
image[number++] = "<img src='images/fashion/small/22.jpg' border='0' alt='ชุดแต่งงาน' width='220' height='290'>"
image[number++] = "<img src='images/fashion/small/23.jpg' border='0' alt='ชุดแต่งงาน' width='220' height='290'>"
image[number++] = "<img src='images/fashion/small/11.jpg' border='0' alt='ชุดแต่งงาน' width='220' height='290'>"
image[number++] = "<img src='images/fashion/small/6.jpg' border='0' alt='ชุดแต่งงาน' width='220' height='290'>"

increment = Math.floor(Math.random() * number);

document.write(image[increment]);

//-->
