kladpagina...

function VOTE() {
document.getElementById('wpTextbox1').value = (document.getElementById('wpTextbox1').value).replace(/\n===Tegen /g, "#~~~~\n\n===Tegen ");
document.forms.editform.wpSummary.value = 'gestemd';
return true;
}