$(document).ready(function(){

$('#righttop').cycle({ 
    random: 1,
fx:    'fade', 
    speed:  2500,
timeout: 8000 
 });

$('#rightbottom').cycle({ 
    random: 1,
fx:    'fade', 
    speed:  2500,
timeout: 8000 
 });
	}); 
