function tellAFriend () {   var strItisticTAFText = "Tell A Friend About This Page!";   var strItisticTAFBCC  = "Loren@conversationmatters.com";   if (strItisticTAFText == undefined) { strItisticTAFText = "Tell A Friend About This Page!"; }   if (strItisticTAFBCC == undefined)  { strItisticTAFBCC = ""; }   window.open('http://www.iTISTIC.com/tools/tellafriend/tellAFriend.asp?url=' + escape(window.location.href) +          '&bcc=' + escape(strItisticTAFBCC),'tellAFriend',         'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=yes,scrollbars=no,width=500,height=450');      return false;}
