/*

Spennmyoor Town FC 2010 Javascript
===============================================

Author:			John Metcalfe - john@discoverydesign.co.uk
Copyright:		2010 Spennmyoor Town FC.
Description: 	Various effects for Spennmyoor Town FC
Last Edit:		16/08/2010 by John Metcalfe

*/

/* SMOOTH SCROLL
=============================================== */
jQuery(function(){jQuery('ul.main_menu').superfish()});

/* SMOOTH SCROLL
=============================================== */
$(function() {
   $('a[href*=#]').click(function() {
      if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { var $target = $(this.hash); $target = $target.length && $target || $('[name=' + this.hash.slice(1) +']'); if ($target.length) { var targetOffset = $target.offset().top; $('html,body').animate({scrollTop: targetOffset}, 650); return false; } } }); });
