function log(iData) {
	var tIFrame = document.getElementById("uploadFrame");
	if(tIFrame != null) {
		tIFrame.src = "pscript/log.php?" + iData + "&random=" + Math.random();
	}
}
