td.onclick=function(){alert(i+""+j);}
td.onclick = function(i, j) { return function(){alert(i+""+j);}; }(i, j);