// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

function image() {
};

image = new image();
number = 0;

// imageArray
image[number++] = "<img src='../images/img_kerktuin_top_p01_01.jpg' width='710' height='178' border='0' alt='Oleander'>"
image[number++] = "<img src='../images/img_kerktuin_top_p01_02.jpg' width='710' height='178' border='0' alt='Aquilegium Vulgare'>"
image[number++] = "<img src='../images/img_kerktuin_top_p01_03.jpg' width='710' height='178' border='0' alt='Goudsbloem'>"
image[number++] = "<img src='../images/img_kerktuin_top_p01_04.jpg' width='710' height='178' border='0' alt='Centranthus Ruber'>"
image[number++] = "<img src='../images/img_kerktuin_top_p01_05.jpg' width='710' height='178' border='0' alt='Helleborus, Kerstroos'>"
image[number++] = "<img src='../images/img_kerktuin_top_p01_06.jpg' width='710' height='178' border='0' alt='Taraxacum Officinale'>"
image[number++] = "<img src='../images/img_kerktuin_top_p01_07.jpg' width='710' height='178' border='0' alt='Wilde Hyacinthen'>"
image[number++] = "<img src='../images/img_kerktuin_top_p01_08.jpg' width='710' height='178' border='0' alt='Salvia Horminum'>"
image[number++] = "<img src='../images/img_kerktuin_top_p01_09.jpg' width='710' height='178' border='0' alt='Madonnalelie'>"
image[number++] = "<img src='../images/img_kerktuin_top_p01_10.jpg' width='710' height='178' border='0' alt='Kerstster'>"
image[number++] = "<img src='../images/img_kerktuin_top_p01_11.jpg' width='710' height='178' border='0' alt='Kamille'>"
image[number++] = "<img src='../images/img_kerktuin_top_p01_12.jpg' width='710' height='178' border='0' alt='Mariadistel'>"
image[number++] = "<img src='../images/img_kerktuin_top_p01_13.jpg' width='710' height='178' border='0' alt='Rosmarinus Officinalis'>"
image[number++] = "<img src='../images/img_kerktuin_top_p01_14.jpg' width='710' height='178' border='0' alt='Primula'>"
image[number++] = "<img src='../images/img_kerktuin_top_p01_15.jpg' width='710' height='178' border='0' alt='Narcissus Tazetta'>"
image[number++] = "<img src='../images/img_kerktuin_top_p01_16.jpg' width='710' height='178' border='0' alt='Maarts Viooltje'>"
image[number++] = "<img src='../images/img_kerktuin_top_p01_17.jpg' width='710' height='178' border='0' alt='Clematis Vitalba'>"
image[number++] = "<img src='../images/img_kerktuin_top_p01_18.jpg' width='710' height='178' border='0' alt='Chelidonium'>"
image[number++] = "<img src='../images/img_kerktuin_top_p01_19.jpg' width='710' height='178' border='0' alt='Asperula-odorata'>"
image[number++] = "<img src='../images/img_kerktuin_top_p01_20.jpg' width='710' height='178' border='0' alt='Krokus??'>"
image[number++] = "<img src='../images/img_kerktuin_top_p01_21.jpg' width='710' height='178' border='0' alt='Anethum Graveolens'>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(image[increment]);

