<!--
$(document).ready(function(){

$('#carshow').cycle({ 
    random: 1,
fx:    'scrollLeft', 
    speed:  1000,
timeout: 4000 
 });


$('.golfSponsors, .lelandSponsors, .annualBanquet, .raveSponsors').cycle({
fx:     'fade', 
    timeout: 6000, 
    delay:  -2000
});

$('#event').change(function() {
   location.href = "http://www.nbchamberofcommerce.com/event.html?names=" + $(this).val();
 });
	}); 
//-->
//]]> 
