function LoadVals (obj1) { // load true values into page
var at1 = "@";
var dot = ".";
var id1 = "dan";
var typ = "com"
var url = "dooleystreasurechest";
	if (obj1.business) // see what is in this form
		obj1.business.value = id1 + at1 + url + dot + typ;
	return true;
}

