// Custom Drop Downs by BrooksideStudios

jQuery(function($){
				$('.banners ul li a').click(function(){
				$('.justclicked').removeClass('justclicked'); $(this).addClass('justclicked');
				window.open('manufacturer.html','new'); return false;});
				});

jQuery(function($){
				$('#footer .icons li a').click(function(){
				$('.justclicked').removeClass('justclicked'); $(this).addClass('justclicked');
				window.open('manufacturer.html','new'); return false;});
				});
