$(function() {
$('#splash,.partner').cycle({ 
    fx:    'fade', 
    speed:  2500,
	random: 1
 });
 });