function share_buzz(ref)
{ 
var str="toolbar=no,status=no,menubar=no,location=no,scrollbars=yes,resizable=yes,height=400,width=600"
	tellaFriend = window.open(ref,"TellObj",str);
    tellaFriend.opener = top;
} 