on (press) {
if (_root.search != undefined && _root.search != "") {
getURL("http://www.google.com.au/search?&q="+_root.search, "_blank");
_root.search = "";
}
}

thats my script for a button to link to the australian google which searches the world but i also want one that just searches australia like on the website any1 no the actionscript?