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