// $('#newsticker').innerfade({ 
// 	animationtype: 'fade', 
// 	speed: 'normal', 
// 	timeout: 2000, 
// 	type: 'sequence', 
// 	containerheight: 'auto',
// 	runningclass: 'innerfade'
// }); 

$(document).ready( function(){ 
	$('#newsticker').innerfade({ animationtype: 'slide', speed: 750, timeout: 2000, type: 'sequence', containerheight: '1em' }); 
	$('#portfolio').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '220px' }); 
	$('.fade').innerfade({ speed: 'slow', timeout: 1000, type: 'sequence', containerheight: '1.5em' }); 
}); 
