var $j = jQuery.noConflict();


jQuery().ready(function() {

	$j('.rssfeed').innerfade({ 
		animationtype: 'fade', 
		speed: 300, 
		timeout: 7000, 
		type: 'random', 
		containerheight: '70px'}); 
});

