	var slides = {
	  // In this case no thumbnail has been specified so Slideshow will generate the thumbnail filename from the image using the RegExp defined in the replace option
	  /*'petitions_flop.png': {
		//caption: '<a href="#">Learn more about re<strong>petition</strong>r.com</a> &raquo;'
	  },*/
	  'civil_disobedience_flop.png': {
		//caption: '<a href="#">Learn more about re<strong>petition</strong>r.com</a> &raquo;'
	  },
	  'click_democracy.png': {
		//caption: '<a href="#">Learn more about re<strong>petition</strong>r.com</a> &raquo;'
	  },
	  /*'discover_supporters.png': {
		//caption: '<a href="#">Learn more about re<strong>petition</strong>r.com</a> &raquo;'
	  },*/
	  'try_repetitionr.png': {
		//caption: '<a href="#">Learn more about re<strong>petition</strong>r.com</a> &raquo;'
	  }

	  
	  
	  
	};
	
	
	
	window.addEvent('domready', function(){
	 /*   var myShow = new Slideshow('slides', 
								    slides, { 
								   		controller: false, 
										height: 450, 
										hu: '/css/images/slides/', 
										captions:true, 
										overlap: false, 
										resize: false, 
										transition: 'back:in:out', 
										width: 650, 
										delay:6000, 
										duration:500 
									}
								);
		
	*/	
		
	});

