$(document).ready(function() {
	$("#fish1").cycle({ 
		fx:    "scrollLeft",
		speed: Math.floor((50000-19999)*Math.random()) + 20000
	});
});

$(document).ready(function() {
	$("#fish2").cycle({ 
		fx:    "scrollLeft", 
		speed: Math.floor((50000-19999)*Math.random()) + 20000
	});
});

$(document).ready(function() {
	$("#fish3").cycle({ 
		fx:    "scrollRight",
		speed: Math.floor((50000-19999)*Math.random()) + 20000
	});
});

$(document).ready(function() {
	$("#fish4").cycle({ 
		fx:    "scrollRight",
		speed: Math.floor((50000-19999)*Math.random()) + 20000
	});
});

$(document).ready(function() {
	$("#fish5").cycle({ 
		fx:    "scrollLeft",
		speed: Math.floor((50000-19999)*Math.random()) + 20000
	});
});