$(document).ready( function(){ 
							$('#slideshow').innerfade({ 
							animationtype: 'fade', 
							 speed: 550, 
							 timeout: 2500, 
							type: 'sequence', 
							containerheight: '291px' }); 
							 } ); 


$(document).ready( function(){ 
$("table.data-table tr:nth-child(odd)").addClass("odd");
 } ); 




