function ShowTellFriend()
{
	//document.location='#tellfriend';
	
	$("#tellfriend").fadeIn("slow");
}
function CloseTellFriend()
{
	$("#tellfriend").fadeOut("slow");
}

