$(function(){
	$('ul.sf-menu').superfish({
		speed: 'fast',
		delay: 100
	});
	$('#programmes, #about').click(function(ev){
		ev.preventDefault();
		return false;
	});
	$('.bottom-btn-gallery').click(function(){
		window.location.replace('photos');
	});
	$('.bottom-btn-facebook').click(function(){
		window.open("http://www.facebook.com/pages/Sports-Across-Ireland/130821854925");
		return false;
	});
	$('.bottom-btns-more').click(function(){
		window.location.replace('programmes/upward-leagues');
	});
});