/**
 * JavaScript Library required for all pages of the public site.
 *
 * Avoid altering this file per project; please add custom site-wide code to
 * custom.js instead.
 */

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

});


