// Timestamp JavaScript Document

var ts= new Date()
var theHours=ts.getHours()
var theMinutes=ts.getMinutes()
var theSeconds=ts.getSeconds()
var theMilliseconds=ts.getMilliseconds()
	
var theFulltime=theHours+"_"+theMinutes+"_"+theSeconds+"_"+theMilliseconds