$(document).ready(function(){

		
	
	
	
	$('#photos_cycle').cycle({ 
   
    random:  1 
	});
	
	
	
	
	$('.bd1').simpletip({
  		fixed: true,
   position: 'top',
   		content: 'Yes'
	});
	
	$('.bd2').simpletip({
  		fixed: true,
   position: 'top',
   		content: 'Zap'
	});
	
	$('.bd3').simpletip({
  		fixed: true,
   position: 'top',
   		content: 'hé toc'
	});
	
	$('.bd5').simpletip({
  		fixed: true,
   position: 'top',
   		content: 'Bang'
	});
	
	$('.bd6').simpletip({
  		fixed: true,
   position: 'top',
   		content: 'Paf'
	});
	
	$('.bd7').simpletip({
  		fixed: true,
   position: 'top',
   		content: 'Hiii'
	});
	
	
	$('.bd8').simpletip({
  		fixed: true,
   position: 'top',
   		content: 'Ho He'
	});
	
	$('.bd9').simpletip({
  		fixed: true,
   position: 'top',
   		content: 'Bof'
	});
	
	$('.bd4').simpletip({
  		fixed: true,
   position: 'top',
   		content: 'top'
	});
	
	
	
	
	$('#rotator').rotatorrr({
		titlesSelector:			'.titles ul li',
		slidesSelector:			'.slides ul li',
				advanceDelay:			3500,
				advanceResume:			15000
	});
	

	
	
});


