while(<>) {
	chop;
	($name, $opt) = split(/:/);
	# print "\"$name\" \"xxxxxxxxxxxx\" off \\ \n";
	print "$name ";
}
