﻿// Initialize fadeshow

$(document).ready(function() {

//	$('#fadeshow-left').cycle();
	$('#ads-left').cycle({
		fx: 'fade',
		speed: 3000,
		pause: 1,
		random: 1
	});
	$('#ads-right').cycle({ 
	    fx: 'fade', 
		speed: 3000,
		pause: 1,
		random: 1
	});

});
