site(initialize):-
	feedback(site_sel).

feedback(site_sel, novice) :-
	chat_usr([
		'This button switches the focus of discussion to',
		'the site and immediate surroundings of the building.',
		'']).

