function copyit(theField) {
  var tempval=eval("document."+theField);
  tempval.focus();
  tempval.select();
  therange=tempval.createTextRange();
  therange.execCommand("Copy");
  alert("Спасибо! Код баннера 88x31\nуспешно скопирован в буфер обмена.");
}
function push() {
  document.forms.vote.elements.submit.disabled=false;
}
