function fnTellAFriend(sURL, sName){
	window.open("tellafriend.asp?strURL="+escape(sURL)+"&strLabel="+encodeURI(sName), "tellafriend", "width=430,height=375");
}
