function openTellAFriendDialog() {
	jQuery('.tellAFriendDialog').css('visibility','visible');
	jQuery('.tellAFriendDialog').dialog('open');
}