/* - gwastro.js - */
// http://www.nanograv.org/portal_javascripts/gwastro.js?original=1
jQuery(function($){$(document).ready(function(){$('span.psu,span.gravity-psu').click(function(){var id=$(this).attr('id');var domain=$(this).attr('class').replace(/-/g,'.');if(id&&domain){$(location).attr('href','mailto:'+id+'@'+domain+'.edu')}});$('span.psu,span.gravity-psu').hover(function(){if($(this).attr('id')){$(this).css('cursor','pointer')}})})});

