function image() {
};

image = new image();
number = 0;

// imageArray
image[number++] = "<img src='img/_c/51.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/52.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/53.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/54.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/55.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/56.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/57.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/58.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/59.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/60.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/61.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/62.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/63.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/64.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/65.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/66.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/67.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/68.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/69.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/70.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/71.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/72.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/73.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/74.jpg' width='95' height='250' alt='' title='' />"
image[number++] = "<img src='img/_c/75.jpg' width='95' height='250' alt='' title='' />"

increment = Math.floor(Math.random() * number);

document.write(image[increment]);
