function reloadGT() 
{
    var now = new Date();
    if (document.images)
    {
        document.images.groundtrack.src = 'http://www.unistellar.com/gt0.gif?' + now.getTime();
    }
    setTimeout('reloadGT()',3600000);
}
setTimeout('reloadGT()',3600000);
