function send_to_friend( uri )
{
	if(confirm("Esti sigur ca vrei sa trimiti aceasta pagina unui prieten?"))
	{
		document.location = uri;
	}
}
