var began_loading = (new Date()).getTime();

function done_loading()
{
    if(document.location.protocol == 'http:')
    {
	var mysrc = 'http://test.holabirdsports.com/timer.png?s=' + SERVERHOST + '&u=' + self.location + '&t=' + (((new Date()).getTime() - began_loading) / 1000);
	(new Image()).src = mysrc;
    }
 //var mytime = (((new Date()).getTime() - began_loading) / 1000);
 //alert('Loading Time:' + mytime);
}
