jQuery.noConflict();
       jQuery(document).ready( 
       function(){ 
        jQuery('#newss').innerfade({ 
         animationtype: 'fade', 
         speed: 750, 
         timeout: 7000, 
         type: 'random', 
         containerheight: '1em' 
        });         

      });  
