<!--
function url(){
	var valore = new String(document.location);
	document.tellFriend.urlSend.value="http://" + valore.substring(7,valore.length);
	document.tellFriend.submit();
	return true;
	}
-->
