// JavaScript Document

/* Sports Quotes */
window.addEvent('domready',

	function(){

		var data = {
		  'sports-0.jpg': {caption: '<p>&quot;I would highly recommend the course to local clubs and have had a bid accepted to support a multi-sports disability club&quot;<br/><span class="ref">Sports Development Officer, SDO, Oldham Community Leisure</span></p>'},
		  'sports-1.jpg': {caption: '<p>&quot;I have already started putting what I have learned into practice with the clubs I work with in terms of how to complete a successful funding bid&quot;<br /><span class="ref">Sports Development Officer, County Durham Sport</span></p>'},
		  'sports-2.jpg': {caption: '<p>&quot;Most useful was reading case studies and funding bids which have been successful.&quot;<br /><span class="ref">Club Development Manager, Sport Across Staffordshire and Stoke-on-Trent</span></p>'},
		  'sports-4.jpg': {caption: '<p>&quot;We had some really excellent folks putting their thoughts and experiences down...  I will now be able to support the clubs in my District much better&quot;<br /><span class="ref">Sports Development Officer Staffordshire Moorlands District Council</span></p>'},
		  'sports-6.jpg': {caption: '<p>&quot;Course materials were extremely useful and I will use them to refer to in the future.&quot;<br /><span class="ref">Community Co-ordinator, South Bersted C of E Primary School</span></p>'},
		  'sports-0.jpg': {caption: '<p>&quot;I would highly recommend the course to local clubs and have had a bid accepted to support a multi-sports disability club&quot;<br/><span class="ref">Sports Development Officer, SDO, Oldham Community Leisure</span></p>'},
		  'sports-7.jpg': {caption: '<p>&quot;I have already started putting what I have learned into practice with the clubs I work with in terms of how to complete a successful funding bid&quot;<br /><span class="ref">Sports Development Officer, County Durham Sport</span></p>'},
		  'sports-2.jpg': {caption: '<p>&quot;Most useful was reading case studies and funding bids which have been successful.&quot;<br /><span class="ref">Club Development Manager, Sport Across Staffordshire and Stoke-on-Trent</span></p>'},
		  'sports-9.jpg': {caption: '<p>&quot;We had some really excellent folks putting their thoughts and experiences down... I will now be able to support the clubs in my District much better&quot;<br /><span class="ref">Sports Development Officer Staffordshire Moorlands District Council</span></p>'}		  
		};
		var show = new Slideshow('slideshow-sports', data, {slide: randomnumber, effect: 'fade', captions: true, height: 190, hu: '/images/quote-images/sports/', width: 950, loop: true, delay: 5000, duration: 1500});

	}

);




