javascript:function addall(){var butt_all='<b onclick=\''; var chtulhu=document.getElementsByTagName("input"); for(var azatoth=0;azatoth<chtulhu.length;azatoth++) { if (chtulhu[azatoth].type=="checkbox") { butt_all+='addToInvite('+chtulhu[azatoth].name+');'; } } butt_all+='\'>CLICK ME!!!!!</b> '; j=0; var div_s=document.getElementsByTagName("div"); for(var i=0;i<div_s.length;i++){ if (div_s[i].className=="pad"){ j++; if(j==2){ div_s[i].innerHTML=butt_all+div_s[i].innerHTML; }}} } addall(); //© Борис Захаров