$(document).ready(function() {
	
	optionValue = $("#searchDropDown").val();
	//alert(optionValue);
	$("#connectBtn").attr("href",optionValue);
	
	$('ul#eventSponsors').innerfade({
		speed: 1000,
		timeout: 4000,
		type: 'sequence',
		containerheight: '80px'
	});
	
	$('ul#eventVenueSponsors').innerfade({
		speed: 1000,
		timeout: 4000,
		type: 'sequence',
		containerheight: '80px'
	});
	
	$('ul#eventImages').innerfade({
		speed: 1000,
		timeout: 4000,
		type: 'sequence',
		containerheight: '143px'
	});
	
});

function myChangeHandler() {
		optionValue = $("#searchDropDown").val();
		//alert(optionValue);
		$("#connectBtn").attr("href",optionValue);	
}
       
         