	/*below are the details for the slideshow images, to edit put the full URL of the image location in quotes in the s.src, and the text to appear under the image in quotes with the s.text.  Note that all lines of javascipt need to end with a semi-colon (;). To add an extra image, copy one block from s= new slide(); to SLIDES.add_slide(s); and edit the image details */



			SLIDES = new slideshow("SLIDES");
			
			
			s = new slide();
			s.src =  "http://www.coastalspirit.co.nz/images/retaFitzWinners2009.jpg";
			s.text = "<a href='teams/talkw1.html#sep1209'  style='white-space: nowrap;'>2009 Reta Fitzpatrick Cup winners</a>";
			SLIDES.add_slide(s);
			
			
			s = new slide();
			s.src =  "http://www.coastalspirit.co.nz/images/tsunami-winners-girls-09.jpg";
			s.text = "<a href='tourn/u19-09.html'  style='white-space: nowrap;'>2009 Tsunami South Island U-19 Tournaments Results</a>";
			SLIDES.add_slide(s);
			
			s = new slide();
			s.src =  "http://www.coastalspirit.co.nz/images/stapleyChetwin.jpg";
			s.text = "<a href='news/awards2009.html'  style='white-space: nowrap;'>Stapley &amp; Chetwin CSFC 2009 Players of the Year</a>";
			SLIDES.add_slide(s);
			
			
			s = new slide();
			s.src =  "http://www.coastalspirit.co.nz/images/ward-slide.jpg";
			s.text = "<a href='news/awards2009.html#mainlandW'  style='white-space: nowrap;'>Ashleigh Ward Mainland Women's Youth POTY 2009</a>";
			SLIDES.add_slide(s);
			
			s = new slide();
			s.src =  "http://www.coastalspirit.co.nz/images/pride-slide.jpg";
			s.text = "<a href='news/index.html#oct0309'  style='white-space: nowrap;'>5 CSFC players in 2009 Pride squad</a>";
			SLIDES.add_slide(s);
			
			
			s = new slide();
			s.src =  "http://www.coastalspirit.co.nz/images/clubmarkSlide.jpg";
			s.text = "<a href='news/index.html#jun0709'  style='white-space: nowrap;'>Coastal Spirit achieves Gold</a>";
			SLIDES.add_slide(s);
			
			
			
			
			s = new slide();
			s.src =  "http://www.coastalspirit.co.nz/images/club100Slide.jpg";
			s.text = "<a href='club100.html'  style='white-space: nowrap;'>Coastal Spirit FC's 100 Club</a>";
			SLIDES.add_slide(s);
			
			
			s = new slide();
			s.src =  "http://www.coastalspirit.co.nz/images/u17reps.jpg";
			s.text = "<a href='news/nzu17.html'  style='white-space: nowrap;'>CSFC's  NZ U-17 Women's World Cup reps</a>";
			SLIDES.add_slide(s);
			
			
			
		
			
			
			
			s = new slide();
			s.src =  "http://farm4.static.flickr.com/3061/2665632509_4287dc8977.jpg";
			s.text = "<a href='teams/m1.html'  style='white-space: nowrap;'>Men's First Team  match details</a>";
			SLIDES.add_slide(s);
			
			
			
			
			s = new slide();
			s.src =  "http://www.coastalspirit.co.nz/images/w1fingers.jpg";
			s.text = "<a href='teams/w1.html'  style='white-space: nowrap;'>Women's Premier Team  match details</a>";
			SLIDES.add_slide(s);
		
			
			
			
			
			
			
			