
var j = jQuery.noConflict();
j(document).ready(function($){
	
	// Clickable Logo
    $('body').addClickableLogo({
        name: 'South Palm Beach County Bar Associaton',
        url: 'http://southpalmbeachbar.org'
    });
    
    // Home Page
	if ($('.home').length){
	
		// 360 Events Widget
   		$('#events-widget').inc360events({
        	url: 'https://m360.southpalmbeachbar.org/calendar.aspx',
        	items: 4,
        	style: 'compact'
    	});


	}
						   
});

