﻿function callSureHits(stateAbbreviation) {    
    $get("STATEABBREV").value = stateAbbreviation;    
    document.forms[0].submit();    
}