// JavaScript Document
$(document).ready( 
				  function(){ 
				  $('#Fades').innerfade({ 
											  animationtype: 'fade', 
											  speed: 1500, 
											  timeout: 6100, 
											  type: 'random', 
											  containerheight: '316px' }); 
				  } ); 
