
var j = jQuery.noConflict();
j(document).ready(function($){
	
	// Clickable Logo
    $('body').addClickableLogo({
        name: 'International Textile and Apparel Association',
        url: 'http://www.itaaonline.org'
    });
    
    // Search
	$('#navtop1').wrap('<div id="navtop1div"></div>');
	$('#navtop1div').append('<div id="search-widget"></div>');
	$('#search-widget').incSearchWidget({
		formAction: 'http://www.itaaonline.org/searchsite.cfm',
		showLabel: false,
		showButton: false
	});
						   
});

