set theSearchItem to the clipboardtell application "Anarchie"	set theResult to find theSearchItem server "archie.rutgers.edu" matches 100 with window	if theResult is "" then		find theSearchItem server "archie.internic.net" matches 100 with window	end ifend tell