function antispam()
{
    document.getElementById('test').style.display = 'none';
    document.getElementById('test').value = 'verifiera';
} 
/*
	Load
*/
window.onload = function()
{
  antispam()
};