rand = Math.random();


jQuery(function($) {
if($("#jquery ul li").length > 1) {

     $("#jquery ul").innerfade({
  animationtype: 'fade', 
  speed: 2000,
  type: 'random',
  timeout: 8000,
  containerheight: '130px'
  });

}
});
