jQuery(document).ready(function(){

	// Login 
	jQuery("#top").hover(function(){
		jQuery(this).stop().animate({ top: '-20px'}, 'slow', 'easeInBack');	
	}, function() {
		jQuery(this).stop().animate({ top: '-40px'}, 'slow', 'easeOutBack');					
	});
	
	// Font 
	Cufon.replace
	('.more', { hover: 'true' })
	('h1')
	('h2')
	('h3');
	
	
	jQuery('.box1').innerfade({
		speed: 1000,
		timeout: 4200,
		type: 'random_start',
		containerheight: '84px'
	});
	
	jQuery('.box2').innerfade({
		speed: 1000,
		timeout: 5400,
		type: 'random_start',
		containerheight: '84px'
	});
	
	jQuery('.box3').innerfade({
		speed: 1000,
		timeout: 6200,
		type: 'random_start',
		containerheight: '84px'
	});
	
	jQuery('.box4').innerfade({
		speed: 1000,
		timeout: 3000,
		type: 'random_start',
		containerheight: '84px'
	});

	jQuery('.box5').innerfade({
		speed: 1000,
		timeout: 4600,
		type: 'random_start',
		containerheight: '84px'
	});
	
	jQuery('.box6').innerfade({
		speed: 1000,
		timeout: 3800,
		type: 'random_start',
		containerheight: '84px'
	});
	
	jQuery('.box7').innerfade({
		speed: 1000,
		timeout: 3400,
		type: 'random_start',
		containerheight: '84px'
	});
	
	jQuery('.box8').innerfade({
		speed: 1000,
		timeout: 5800,
		type: 'random_start',
		containerheight: '84px'
	});
	
	jQuery('.box9').innerfade({
		speed: 1000,
		timeout: 5000,
		type: 'random_start',
		containerheight: '84px'
	});
	
});



