<!-- Begin

var popUpWin=0;

//var url='http://hmatters.com/pacifictheatre/sendmail/?urltosend=http%3A%2F%2Fwww.pacifictheatre.org%2Fboxoffice%2Ftickets.htm';
var url='http://hmatters.com/pacifictheatre/sendmail/?urltosend=' + window.location.href;

function tellafriend() {
  if(popUpWin) {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(url, popUpWin, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=640,height=600');
}


// End -->
