jQuery().ready(function(){

//	jQuery.noConflict();
	jQuery('#globalNavigation').accordion({
		header: 'a.toggler', 
		autoHeight: false,
		alwaysOpen: false
	})

	jQuery('#tenminNavigation').accordion({
		header: 'a.toggler', 
		autoHeight: false,
		alwaysOpen: false
	})

	var accordions = jQuery('#globalNavigation,#tenminNavigation');

});
