/*----------------------------------------
NOMMA Javascript
Author: Mitch Dunaway
Last Updated: September 27, 2011
(c) 2011 Affiniscape, Inc.
All Rights Reserved. This JavaScript file must not be reproduced without the express written permission of Affiniscape, Inc.
For questions regarding licensing or setup please contact Affiniscape, projects @ affiniscape dot com
----------------------------------------*/

var j = jQuery.noConflict();
j(document).ready(function($){	

	// Sponsor Box
	$('#leftnavcell').append('<div id="sponsors"></div>');
	$('#leftnavcell #sponsors').load('/global/get.cfm?cp=22', function(){
    	$('#sponsors ul').incSponsorBox();
    });    
	
	// 360 Events Widget
    /*$('#events-widget').new360events({
        // url: 'https://m360.nomma.org/calendar.aspx',
        url: 'https://internal.affiniscape.com/calendar.aspx',       
        items: 3,
        style: 'full'
    });*/
	
	// Login Widget
	/*$('#leftnavcell').prepend('<div id="login-widget">Loading Login...</div>');
	$('#login-widget').incLoginWidget({
		showLabels: false,
		showAutoLogout: false,
		showForgotUser: false,
		buttonImage: '/associations/13288/imgs/btn-login.png',
		hoverImage: '/associations/13288/imgs/btn-login-hover.png'
	});*/
	
	// Clickable Logo
    $('body').addClickableLogo({
        name: 'National Ornamental & Miscellaneous Metals Association',
        url: 'http://www.nomma.org'
    });
    
    // ADD JAVASCRIPT CODE HERE
						   
});

