
$(document).ready(function() {
	
	var headpic3 = $('#headpic3').cycle({
	fx: 'fade',
	timeout: 3000,
	speed: 6000,
	delay: -2000,
	});//end cycle 3
	
	$('#headpic4').cycle({
	fx: 'fade',
	timeout: 3000,
	speed: 6000,
	delay: -2000,
	});//end cycle4
	
	$('#headpic2').cycle({
	fx: 'fade',
	timeout: 3000,
	speed: 6000,
	delay: -2000,
	});//end cycle2
	
	$('#headpic1').cycle({
	fx: 'fade',
	timeout: 3000,
	speed: 6000,
	delay: -2000,
	});//end cycle1
	
	$('#mainContentAd').cycle({
	fx: 'fade',
	timeout: 3000,
	speed: 5000,
	delay: -2000,
	});//end cycle3
	
	
	$('#sidebar').cycle({
	fx: 'fade',
	timeout: 3000,
	speed: 7000,
	delay: -2000,
	});//end cycle
	
	$('#sidebar1').cycle({
	fx: 'fade',
	timeout: 3000,
	speed: 7000,
	delay: -2000,
	});//end cycle1
	
	$('#sidebar2').cycle({
	fx: 'fade',
	timeout: 3000,
	speed: 7000,
	delay: -2000,
	});//end cycle2
	
	$('#sidebar3').cycle({
	fx: 'fade',
	timeout: 3000,
	speed: 7000,
	delay: -2000,
	});//end cycle3
	

	
});//end ready


