
var j = jQuery.noConflict();
j(document).ready(function($){
	
	// Header Banner
	$('#assnbanner2cell img').wrap('<div id="assnbanner2div"></div>');
	$('#structuraltable tr:first img').wrap('<div id="assnbannerdiv"></div>');
	$('#assnbanner2div, #assnbannerdiv').append($('#header-banner'));
	$('#header-banner').incHeaderBanner();
	
	// Clickable Logo
    $('body').addClickableLogo({
        name: 'Minnesota Association of Nurse Anesthetists',
        url: 'http://www.mnana.org'
    });
    
	// Social Links
	$('#navtop1cell').prepend($('#social-links'));
	
    // Fix Hex Colors
	$('.module #maincontentcell').fixHexColors();
						   
});

