<!--var thisconfirmmessage = "These data have been verified by ";function confirmchange(mymessage){	var displaymessage = thisconfirmmessage;	displaymessage += mymessage;		displaymessage += ". Are you certain you want to change this?";	return confirm(displaymessage);}// -->