// JavaScript Document
function check()
{
if (document.ricerca.testo.value.length==0)
{browser= navigator.appName;
if (browser == "Netscape")
window.location="http://www.italiafacile.net"; else window.location="http://www.italiafacile.net"
document.ricerca.testo.focus();
return false;
}}


//google



