/*
 *	Innerfade
*/

jQuery.noConflict();	
	jQuery(document).ready(function(){  	
		jQuery('#slider').innerfade({
				animationtype: 'fade', 
				speed: '2000',
				timeout: 10000,
				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");	
	});
	