 $(function(){$('.pics').cycle({ fx:'fade',speed:1000, 
							   easeOut: 'backin',timeout:9000,delay:7000});$("#homeFlash-06_").fadeIn(2500)
																															  $(".ssC").hover(
																																			  function(){
																																				  var i=$(this).attr("id") ;
																																				   $('.pics').cycle('pause').cycle(Number(i)); ; 
																																				  },
																																			 function(){
																																				  $('.pics').cycle('resume'); 
																																				 }
																																			 );
																															    $('#news').innerfade({  speed: 750, timeout: 4000, type: 'random', containerheight: '1em' ,delay:100}); 
																															     $('#cust').innerfade({  speed: 750, timeout: 4000, type: 'random', containerheight: '1em' }); 
																															     $('#cstd').innerfade({  speed: 750, timeout: 4000, type: 'random', containerheight: '1em'  ,delay:200}); 
																															     $('#onPicText').innerfade({  speed: 750, timeout: 9000, type: 'random', containerheight: '1em'  ,delay:100}); 
																															   }); 