// JavaScript Document
<!--
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function getdata() {
var words;
var machine;
words = document.SearchForm.Quest.value;
machine = document.SearchForm.Machine.options[document.SearchForm.Machine.selectedIndex].value;
if (machine == "Streets_of_Adelaide") {
file = "http://www.streetsofadelaide.com.au/cgi-bin/search/search.pl?Match=0&Realm=All&Terms=" + words + "&submit=Search";
href= "http://www.streetsofadelaide.com.au";
}
if (machine == "Streets_of_Brisbane") {
file = "http://www.streetsofbrisbane.com.au/cgi-bin/search/search.pl?Match=0&Realm=All&Terms=" + words + "&submit=Search";
href= "http://www.streetsofbrisbane.com.au";
}
if (machine == "Streets_of_Canberra") {
file = "http://www.streetsofcanberra.com.au/cgi-bin/search/search.pl?Match=0&Realm=All&Terms=" + words + "&submit=Search";
href= "http://www.streetsofcanberra.com.au";
}
if (machine == "Streets_of_Darwin") {
file = "http://www.streetsofdarwin.com.au/cgi-bin/search/search.pl?Match=0&Realm=All&Terms=" + words + "&submit=Search";
href= "http://www.streetsofdarwin.com.au";
}
if (machine == "Streets_of_Hobart") {
file = "http://www.streetsofhobart.com.au/cgi-bin/search/search.pl?Match=0&Realm=All&Terms=" + words + "&submit=Search";
href= "http://www.streetsofhobart.com.au";
}
if (machine == "Streets_of_Melbourne") {
file = "http://www.streetsofmelbourne.com.au/cgi-bin/search/search.pl?Match=0&Realm=All&Terms=" + words + "&submit=Search";
href= "http://www.streetsofmelbourne.com.au";
}
if (machine == "Streets_of_Perth") {
file = "http://www.streetsofperth.com.au/cgi-bin/search/search.pl?Match=0&Realm=All&Terms=" + words + "&submit=Search";
href= "http://www.streetsofperth.com.au";
}
if (machine == "Streets_of_Sydney") {
file = "http://www.streetsofsydney.com.au/cgi-bin/search/search.pl?Match=0&Realm=All&Terms=" + words + "&submit=Search";
href= "http://www.streetsofsydney.com.au";
}
//newWindow(file,'searching');
top.location.href = file;
//file = "index.html";
first = "<HTML>\n";
meta = "<meta http-equiv=\"Refresh\" content=\"0; URL=" + file + "\">\n";
js = "<SCRIPT language=JavaScript>\n<!---------- JavaScript begins...\n top.location.href = \'" + file + "\'";
js2 = ";\n // ";
js3 = "JavaScript ends ---------->\n<\/script>";
message = "<p>Looking for it now.....</p>\n";
the_action = first + meta + js + js2 + js3 + message;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
//-->