// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

jQuery(function($) {
  $("#header_nav a[href^='https://'].popup").click(function() {
    window.open(this.href, 'signup', 'menubar=no, location=no, toolbar=no, scrollbars=yes, height=500, width=550');
    return false;
  });
  
  $('#sidebar_ads a').attr('target', '_blank');
});
