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