// JavaScript Document
var mess = new Array('<a href="http://www.webrooster.co.nz/contact.php"><img src="http://www.webrooster.co.nz/images/chicken.gif" border="0" /></a>','<a href="http://www.webrooster.co.nz/contact.php"><img src="http://www.webrooster.co.nz/images/crowing.gif" border="0" /></a>','<a href="http://www.webrooster.co.nz/contact.php"><img src="http://www.webrooster.co.nz/images/do it.gif" border="0" /></a>','<a href="http://www.webrooster.co.nz/contact.php"><img src="http://www.webrooster.co.nz/images/wolf.gif" border="0" /></a>','<a href="http://www.webrooster.co.nz/contact.php"><img src="http://www.webrooster.co.nz/images/bull.gif" border="0" /></a>');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);