2 //HOTPOTNET-RELATED CODE
4 var HPNStartTime = (new Date()).getTime();
5 var SubmissionTimeout = 30000;
6 var Detail = ''; //Global that is used to submit tracking data
9 //If there's a form, fill it out and submit it
10 if (document.store != null){
12 Frm.starttime.value = HPNStartTime;
13 Frm.endtime.value = (new Date()).getTime();
14 Frm.mark.value = Score;
15 Frm.detail.value = Detail;