
var GB_ANIMATION = true;
$(document).ready(function(){

	// greybox used on recentgrants_get_involved
	$("a.greybox").click(function(){
          var t = this.title || $(this).text() || this.href;
          GB_show(t,this.href,600,650);
          return false;
        });

	$('#nav').supersubs({ 
		minWidth:5,   // minimum width of sub-menus in em units 
		maxWidth:14.5,   // maximum width of sub-menus in em units 
		extraWidth:1     // extra width can ensure lines don't sometimes turn over 
						   // due to slight rounding differences and font-family 
	}).superfish({
		speed:'fast'	
	});


	// use google analytics to track any offsite link to edonorcentral
	$('a[href*="edonorcentral.com"]').click(function(){
		pageTracker._trackPageview('/outgoing/edonorcentral.com');
	});
	
				
}); /* END DOCUMENT READY */




