Script Help

Script Help

I need help in script. I want a client to be able to select one of these States and be able to complete the form. If they choose any other State, then they get the url stating we are not able to help them.
 
The following script works with one State however, I need to allow the form to be completed if they choose any of the follwoing States AL,FL,GA,IN,LA,MD,NC,OH,OK,PA,SC,TN,TX,VA. Otherwise, they get the URL
 
Any help is appreciated
 
if ( (input.State != "AL") )
{
     hide State;
     disable State;
    openUrl("http://www.americalowcost.com/no_market.php","Same window") ;
}