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