

var randomlinks=new Array()

randomlinks[0]='<a href="http://www.ehost.com.au/" target="_blank"><img src="images/jw_h_sponsors01.gif" alt="Secure eHost Pty Ltd - Website Design Hosting" width="271" height="110" border="0" /></a>'
randomlinks[1]='<a href="http://www.kitchenconnection.com.au/" target="_blank"><img src="images/jw_h_sponsors02.gif" alt="Kitchen Connection" width="271" height="110" border="0" /></a>'
randomlinks[2]='<a href="mailto:enquiries@timoor.com.au"><img src="images/jw_h_sponsors03.gif" alt="Timoor - Quarry Products and Services" width="271" height="110" border="0" /></a>'
randomlinks[3]='<a href="http://www.ljhooker.com.au/" target="_blank"><img src="images/jw_h_sponsors04.gif" alt="LJ Hooker" width="271" height="110" border="0" /></a>'
randomlinks[4]='<a href="http://www.adelaide-exchange.com.au/" target="_blank"><img src="images/jw_h_sponsors05.gif" alt="Adelaide Exchange Jewellers " width="271" height="110" border="0" /></a>'
randomlinks[5]='<a href="http://www.markacarter.com.au/" target="_blank"><img src="images/jw_h_sponsors06.gif" alt="Mark A Carter Real Estate" width="271" height="110" border="0" /></a>'
randomlinks[6]='<img src="images/jw_h_sponsors07.gif" alt="Logix Pest Control" width="271" height="110" border="0" />'
randomlinks[7]='<img src="images/jw_h_sponsors08.gif" alt="Ardrossan Foodland" width="271" height="110" border="0" />'


function randomlink(){
var add = randomlinks[Math.floor(Math.random()*randomlinks.length)]
return(add)
}

document.write( randomlink() );
