/*
 *	Innerfade
*/

jQuery.noConflict();	
	jQuery(document).ready(function(){  	
		jQuery('#slider').innerfade({
				animationtype: 'fade', 
				speed: '3000',
				timeout: 7000,
				type: 'sequence',
				containerheight: 'auto'
		});	
});

/*
 *	Newsticker
*/

jQuery.noConflict();
	jQuery(document).ready(function(){
		jQuery(".news ul").newsTicker();
	});


/*
 *	Table Style
*/

jQuery.noConflict();	
	jQuery(document).ready(function(){  	
		jQuery("#table-a tr:odd").addClass("alt");	
	});
	