var placetogo = "portal-members.html";
function flyto()
{
    setTimeout( "window.location.href = placetogo", 2*1000 );
}
function flyto()
{
    window.location.replace( placetogo );
}



function highlight(which,color){
if (document.all||document.getElementById)
which.style.backgroundColor=color
}

