$(document).ready(function() {
	$('.bannerslideshow').cycle({
		fx: 'fade',
		random:  1,
		timeout: 6000
	});
});



	
