	/*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://lh3.ggpht.com/_Xr4QZo68IlQ/TDxQDs48p8I/AAAAAAAABLM/hVWo7UCkWgI/div4-130710-o-slide.JPG";
			s.text = "2010 MEN'S DIVISION 4 CHAMPIONS";
			SLIDES.add_slide(s);
			
			s = new slide();
			s.src =  "http://www.coastalspirit.co.nz/images/ward-slide.jpg";
			s.text = "<a href='news/nzu17.html'  style='white-space: nowrap;'>Ashleigh Ward 2010 NZ U-17 squad</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/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/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://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);
			
			
			