<!-- Hide from old browsers 
//Hide from Java Script 

function goToPage2() 
{ 
PageIndex2=document.form2.select2.selectedIndex 
if (document.form2.select2.options[PageIndex2].value != "none") 
{ 
location = document.form2.select2.options[PageIndex2].value 
} 
} 

//--> 
<!--
var imgs = new Array("http://www.travellers-autobarn.com/images/old/adboxes/clients/koala-small.gif","http://www.travellers-autobarn.com/images/old/adboxes/clients/myplanet-small.gif","http://www.travellers-autobarn.com/images/old/adboxes/clients/handburcher.gif","http://www.travellers-autobarn.com/images/old/adboxes/clients/trab190105.gif","http://www.travellers-autobarn.com/images/old/adboxes/clients/backpack-sydney-small.gif")
var lnks = new Array("http://www.koala-backpackers.com/","http://www.myplanet.com/","http://outdoor.tng.de/","http://www.overseas-emigration.co.uk/workingholiday.php?autobarn","http://www.visitnsw.com.au/")
var currentAd = 0
var imgCt = 5
function cycle() {
 currentAd++
 if (currentAd == imgCt) {
   currentAd = 0
 }
 document.adBanner.src=imgs[currentAd]
 adLink.href=lnks[currentAd]
 setTimeout("cycle()",10 * 1000)
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
