window.onload = function()
{
    $('nospamtext').value = 'nospam';
    $('nospambox').style.display = 'none';
}
