
/* 
   Dynamic Innerfade script for multiple images - pulls and iterates images based off how many exist
   Version 1.0
   Coded 3-13-10 by BWC
   Last Updated 3-13-10
*/


$(document).ready(
  function(){

  $('ul#innerpanel6').innerfade({
      animationtype: 'fade', 
      speed: 'slow',
      timeout: 6000,
      type: 'sequence',
      containerheight: '180px'
  });

  $('#i_specwrap_r ul').innerfade({
      animationtype: 'fade', 
      speed: 'slow',
      timeout: 6000,
      type: 'sequence',
      containerheight: '300px'
  });});
