// #####################################################################################################
// ## Please do NOT change this Copyright. I worked LONG and HARD (over a year) on this script ALONE. ##
// ## Copyright 1996 VortexWarp Technologies. (Jon Eyrick) vortexwarp@actionaccess.com                ##   
// #####################################################################################################
function userserver()
{
	var host, a, b;
	javascript="cool";    
	window.onerror=null;    
/*	a=java.net.InetAddress.getLocalHost(); 
	b=java.net.InetAddress.getLocalHost(); 
	host=a.getHostName()+" - "+b.getHostAddress();
*/
//	alert(host); 
	host= "host1";
	for (i=0 ; i<window.document.forms.length ; i++) {
		window.document.forms[i].Comment.value = host;
		window.document.forms[i].token.value = "UVY";
	}
	return;
}
