// 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.92";
var ip_hash = "45d10551c455f5e9c752b2d493304f6a";
function WriteIPFormElements() {
	document.writeln("<input type=\"hidden\" name=\"ip_address\" value=\"" + ip_address + "\">");
	document.writeln("<input type=\"hidden\" name=\"ip_hash\" value=\"" + ip_hash + "\">");
}
