Código:
  
 			for (c=0; c<tableToSort.cols; c++) {
				newCell = newRow.insertCell();
				newCell.innerHTML = tableToSort.rows(oldIndex).cells(c).innerHTML;
				newCell.className = 'listitem';
			}
  A mi me interesaría, ademas, que si (newCell modulo 6 == 1) me incluyera eventos onClick, OnMouseOver y OnMouseOut.
¿Cómo podría hacerlo?
Joe Tawers,
<a href="http://www.ilimit.com/towers">http://www.ilimit.com/towers</a>
 
