function selectandgo() {
var Temp= document.SandG.go;
if  (Temp.value == "idiot") 
    { alert('Please select the events you want to view');
      return false; }
return true; 
}