function random_text()
{};
var random_text = new random_text();

var number = 0;

random_text[number++] = "<img src=img/locations/med/Kunia_11_08_0001.jpg height=200>"
random_text[number++] = "<img src=img/locations/med/Kunia_11_08_0002.jpg height=200>"
random_text[number++] = "<img src=img/locations/med/Kunia_11_08_0003.jpg height=200>"
random_text[number++] = "<img src=img/locations/med/Kunia_11_08_0004.jpg height=200>"
random_text[number++] = "<img src=img/locations/med/Kunia_11_08_0005.jpg height=200>"
random_text[number++] = "<img src=img/locations/med/Kunia_11_08_0006.jpg height=200>"
random_text[number++] = "<img src=img/locations/med/Kunia_11_08_0007.jpg height=200>"
random_text[number++] = "<img src=img/locations/med/Kunia_11_08_0008.jpg height=200>"
random_text[number++] = "<img src=img/locations/med/Kunia_11_08_0009.jpg height=200>"
random_text[number++] = "<img src=img/locations/med/Kunia_11_08_0010.jpg height=200>"
random_text[number++] = "<img src=img/locations/med/Kunia_11_08_0011.jpg height=200>"

var random_number = Math.floor(Math.random() * number);

document.write(random_text[random_number]);
