// getip.js.asp - get ip address of user
// Author: Alexander Aberer
// Date: 14.5.2002
// Last modified: 14.5.2002 (Alexander Aberer)
var ip_address = "38.107.191.109";
var ip_hash = "88db71bc07a7128c7e5dfe6c5161ad3e";
function WriteIPFormElements() {
	document.writeln("<input type=\"hidden\" name=\"ip_address\" value=\"" + ip_address + "\">");
	document.writeln("<input type=\"hidden\" name=\"ip_hash\" value=\"" + ip_hash + "\">");
}
