// AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED)
		jQuery(function($) {
			$("img.reflect_15_20").reflect({
				height:0.15,opacity:0.2
			});
			$("img.reflect_40_30").reflect({
				height:0.4,opacity:0.3
			});
		});
	
		// initialise plugins
		jQuery(function(){
			jQuery('ul.sf-menu').superfish({
				pathClass:	'current_nav'
				});
		});
	
	
		//Shadowbox.loadSkin('classic', 'shadowbox/skin');
		//window.onload = Shadowbox.init;
		
// Google Analytics for WordPress by Yoast v4.06 | http://yoast.com/wordpress/google-analytics/
	var _gaq = _gaq || [];
	_gaq.push(['_setAccount','UA-266027-5']);
	_gaq.push(['_trackPageview']);
	(function() {
		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
	})();
	// End of Google Analytics for WordPress by Yoast v4.0

