/**
 * JavaScript Library required for all pages of the public site.
 *
 * Expands upon base.js; add any custom JS code for this site here.
 */

$(document).ready(function()
{
     // Select email input field
     $("#mailing-list input#qjhtr-qjhtr").bind("focus", function(e) { this.select(); });

     // Open external links (specified by rel= or class=) in a new browser window:    
     $("a[rel=external],a[class=external]").attr('target','_blank');

});

