Archived UNAA National Newsletters
2021
2020
2019
2016
2015
2014
2013
2012
2011
2011
2009
2009
2007
/*
$('.navbar .dropdown').hover(function() {
$(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
}, function() {
$(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
});
$('.navbar .dropdown > a').click(function(){
location.href = this.href;
});*/ ?>