//log for reporting
function log(event) {
	var myAjax = new Ajax("/log.php?event="+event, {}).request();
}