
var webhosting=new Array()

webhosting[0]='<a href="http://www.alphamegahosting.com/"><img src="images/websites/internet/alphamegahostingcom.gif" width="100" height="69" border="0" align="center"><br>Alphamega Hosting</a>'
webhosting[1]='<a href="http://www.123-webhost.nl/"><img src="images/websites/internet/123-webhostnl.gif" width="100" height="69" border="0" align="center"><br>123-Webhost</a>'
webhosting[2]='<a href="http://www.linxhosting.nl/"><img src="images/websites/internet/linxhostingnl.gif" width="100" height="69" border="0" align="center"><br>Linx Hosting</a>'
webhosting[3]='<a href="http://www.pins.nl/"><img src="images/websites/internet/pinsnl.gif" width="100" height="69" border="0" align="center"><br>PINS</a>'
webhosting[4]='<a href="http://www.yourhosting.nl/"><img src="images/websites/internet/yourhostingnl.gif" width="100" height="69" border="0" align="center"><br>Your Hosting</a>'
webhosting[5]='<a href="http://www.xxlwebhosting.nl/"><img src="images/websites/internet/xxlwebhostingnl.gif" width="100" height="69" border="0" align="center"><br>XXL Webhosting</a>'

var whichwebhosting=Math.floor(Math.random()*(webhosting.length))
document.write(webhosting[whichwebhosting])
