<!-- By Wabmo
function stopError(){return true;}window.onerror=stopError;
window.moveTo(0,0);if(document.all){top.window.resizeTo(screen.availWidth,screen.availHeight);}else if(document.layers||document.getElementById){if(top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){top.window.outerHeight=screen.availHeight;top.window.outerWidth=screen.availWidth;}}
mot= -60
function drive(){
car=parseInt(document.getElementById("walk").style.left)
if(car>document.body.clientWidth){
clearTimeout(car1)
mot=-60;
document.getElementById("walk").style.left= -60;
wait=10000+Math.round(document.body.clientWidth+Math.random()*20000)
setTimeout("drive()",wait)
return
}
else{
mot+=5
document.getElementById("walk").style.left=mot
}
car1=setTimeout("drive()",110)
}
setTimeout("drive()",2000)
statusno();function statusno()
{window.status="Welcome To The Australind Travel Website. Why not try our toolbar.";setTimeout("statusno()",1);}
//-->