$(document).ready(function () {
	$('#topPhone a').click(function () {
		$(this).siblings('a').attr('class', '');
		$(this).attr('class', 'townbold');
		$('#topPhone div').html($(this).attr('title'));
		return false;
	});
});
