<!--
$(document).ready(function() {


	
	$('.slider').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
    timeout: 4000,
	 next:   '.next', 
    prev:   '.prev' 
//	pager:  '#captions', 
     
    // callback fn that creates a thumbnail to use as pager anchor 
//    pagerAnchorBuilder: function(idx, slide) { 
	// return '<li><a href="#">'+ slide.alt + '</a></li>'; 
//    }  
	});
	
	$('#slides').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
    timeout: 4000,
    next:   '.next', 
    prev:   '.prev' 
//	pager:  '#captions', 
     
    // callback fn that creates a thumbnail to use as pager anchor 
//    pagerAnchorBuilder: function(idx, slide) { 
	// return '<li><a href="#">'+ slide.alt + '</a></li>'; 
//    }  
	});
	
	$('#email').click(function(){ $(this).val("");});

  

});
-->
