scusate il titolo...
in realtà la mia domanda e' semplicissima:
anziche' scrivere:
if ((t.sk_nome=='') && (t.sk_1=='') && (t.sk_2=='') && (t.sk_3=='') && (t.sk_4=='') ) alert("ciao");
posso scrivere
if (t.sk_nome==t.sk_1==t.sk_2==t.sk_3==t.sk_4=='') alert("ciao");
???