
function keenstrichel()
{
        l=document.getElementsByTagName("a");
        for(x in l)
        {
                l[x].onfocus=function()
                {
                        this.blur();
                }

        }
}