$(function(){
   	
	//CYCLE find more variables at http://jquery.malsup.com/cycle/options.html
	$('.slideshow').after('<div id="pager"></div>')
	.cycle({
		fx: 'fade',
		pager: '#pager',
		cleartype: true,
		cleartypeNoBg: true
	});
	
	$('#nav > li.nav_parent > a').each(function(){
		$(this).append('<span>');
	});
	
	
	/*VALIDATION use a different id to validate seperate forms.
	$('#contactForm').fishValidate();*/
	
});





	$('#testimonial_scroll').cycle({ 
    fx:    'fade', 
    speed:  500,
 timeout:       10000,
	next: '#next',
	prev: '#prev'
 });

