// Donate
<script language="JavaScript">
  function pop_window() {
  
    window.open('http://www.websandiego.org/donate.html', 'popup', 'width=800, height=400, top=150, left=150, menubar=1, scrollbars=1, location=1, toolbar=1,  resizable=1, status=0');
    
  }
</script>