/* ================================================================================================== */
/* Accordian settings */
/* ================================================================================================== */

$(function() {
	//alert("scripts loaded");
	//  # 1 - Top-level accordion
    setupAccordion ('dl-1');
});

/* ================================================================================================== */
/* Google+1 settings */
/* ================================================================================================== */

$(function (){ 
	window.___gcfg = {lang: 'en-GB'};

	(function() {
		var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
		po.src = 'https://apis.google.com/js/plusone.js';
		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
	})();

});



