
var j = jQuery.noConflict();
j(document).ready(function($){
	
	// Clickable Logo
	$().clickableLogo('NYSRA Educational Foundation');
						   
});

