function reloadMeEvery(seconds)
    {
        window.setTimeout("history.go(0)",seconds * 1000);
    }

