Possible Duplicate:
JavaScript or-expression in a switch case
case 'att':
window.location.replace('/att-Forms.htm');
break;
case 'at&t':
window.location.replace('/att-Forms.htm');
break;
is there a way to shorten this with some kind of "or" function?