function setTimeDifference(timeDiff, netDelay) {
     window.document.movie.SetVariable("diffMS", timeDiff);
    window.document.movie.SetVariable("networkDelay", netDelay);
	//window.document.testForm.timeDiff.value = timeDiff;
}