// JavaScript Document
var mess = new Array(
'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_vedett.png" width="390" height="161" border="0"></a>'
,'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_vedett.png" width="390" height="161" border="0"></a>'
,'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_kbc.png" width="390" height="161" border="0"></a>'
,'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_kbc.png" width="390" height="161" border="0"></a>'
,'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_eurospar.png" width="390" height="161" border="0"></a>'
,'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_aurubis.png" width="390" height="161" border="0"></a>'
,'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_bulckens.png" width="390" height="161" border="0"></a>'
,'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_etib.png" width="390" height="161" border="0"></a>'
,'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_horemans.png" width="390" height="161" border="0"></a>'
,'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_intratuin.png" width="390" height="161" border="0"></a>'
,'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_intratuin.png" width="390" height="161" border="0"></a>'
,'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_mertens.png" width="390" height="161" border="0"></a>'
,'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_olen.png" width="390" height="161" border="0"></a>'
,'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_ovi.png" width="390" height="161" border="0"></a>'
,'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_senv.png" width="390" height="161" border="0"></a>'
,'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_umicore.png" width="390" height="161" border="0"></a>'
,'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_vanlommel.png" width="390" height="161" border="0"></a>'
,'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_verreydt.png" width="390" height="161" border="0"></a>'
,'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_stubru.png" width="390" height="161" border="0"></a>'
,'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_stubru.png" width="390" height="161" border="0"></a>'
,'<a href="../sponsors.php" target="_self"><img src="http://www.gladiolen.be/images/spon_carwash.png" width="390" height="161" border="0"></a>'

);
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
