function change()

{

number = Math.floor(Math.random()*7)

if (number==0)

document.write('<a href="http://www.vhp.co.nz"><img src="http://menz.org.nz/Adverts/images/hooker.gif" width="234" height="60" alt="Vallant Hooker &amp; Partners" align="top" border="0"></a>')

if (number==1)

document.write('<a href="http://motuweb.com"><img src="http://menz.org.nz/Adverts/images/motuweb.gif" WIDTH="234" HEIGHT="60" alt="Motuweb" align="top" border="0"></a>')

if (number==2)

document.write('<a href="mailto:webslave@menz.org.nz"><img src="http://menz.org.nz/Adverts/images/advertisehere.gif" WIDTH="234" HEIGHT="60" alt="Advertise here" align="top" border="0"></a>')

if (number==3)

document.write('<a href="http://prostate.org.nz"><img src="http://menz.org.nz/Adverts/images/pass.gif" WIDTH="234" HEIGHT="60" alt="Prostate.org.nz" align="top" border="0"></a>')

if (number==4)

document.write('<a href="http://mensline.org.nz/"><img src="http://menz.org.nz/Adverts/images/mensline.gif" WIDTH="234" HEIGHT="60" alt="Mensline" align="top" border="0"></a>')

if (number==5)

document.write('<a href="http://essentiallymen.net"><img src="http://menz.org.nz/Adverts/images/rexmccann.gif" WIDTH="234" HEIGHT="60" alt="Essentially Men" align="top" border="0"></a>')

if (number==6)

document.write('<a href="http://uof.org.nz/"><img src="http://menz.org.nz/Adverts/images/uoflink.gif" WIDTH="234" HEIGHT="60" alt="Union of Fathers" align="top" border="0"></a>')

}

