<!--
//jQuery
$(document).ready(function(){
// sequence / random
$('ul#slides').innerfade({
  speed: 5000,
  timeout: 10000,
  type: 'random',
  containerheight: '195px'
});
	
});
-->