function SearchASX(form) {
   alert(form.ASXCode.value);
   if (top.hidden.login == true) {
      form.submit();
      window.status="Processing database, please wait...";
   } else {
      alert('This section is for subscribers only.  Please enter your username and password. For a free trial subscription please go to our subscription section.');
   }
}

function alertAsxCode(Search) {
	if(!Search.ASXCode.value){
		alert("Please input Stock code before clicking go.");		
		return false;
	}
	return true;
}
