
var j = jQuery.noConflict();
j(document).ready(function($){
	
	// Clickable Logo
	$().clickableLogo('Southwest Chapter of the American Association of Airport Executives');
	
});
