
jQuery.noConflict();

jQuery(document).ready( function(){ 
 
  jQuery('#slogan').innerfade({ 
    animationtype: 'fade', 
    speed: 'normal', 
    timeout: 8000, 
    type: 'random_start', 
    containerheight: 'auto' 
  });  
  
}); 



