function TellAFriend()
{
	var loc = 'tell-a-friend/tellafriend.aspx';
	var title = '_blank';
	var props = 'width=280; height=260; left=0; top=0;';
	window.open(loc, title, props);
}
