$(document).ready(function()
{
	
	$('#object_1')
				.hover(function(e) {
					$('#object_1').css("height",70).hoverFlow(e.type, { top: -10 }, 300);
					$('#object_1_reflection').hoverFlow(e.type, { top: 60 }, 300);
				}, function(e) {
					$('#object_1').hoverFlow(e.type, { top: 0 }, 100).hoverFlow(e.type, { top: -6 }, 80).hoverFlow(e.type, { top: 0 }, 80).hoverFlow(e.type, { top: -3 }, 80).hoverFlow(e.type, { top: 0 }, 80).css("height",50);
					$('#object_1_reflection').hoverFlow(e.type, { top: 50 }, 100).hoverFlow(e.type, { top: 56 }, 80).hoverFlow(e.type, { top: 50 }, 80).hoverFlow(e.type, { top: 53 }, 80).hoverFlow(e.type, { top: 50 }, 80);
	
	});
				
	
	$('#object_2')
				.hover(function(e) {
					$('#object_2').css("height",70).hoverFlow(e.type, { top: -10 }, 300);
					$('#object_2_reflection').hoverFlow(e.type, { top: 60 }, 300);
				}, function(e) {
					$('#object_2').hoverFlow(e.type, { top: 0 }, 100).hoverFlow(e.type, { top: -6 }, 80).hoverFlow(e.type, { top: 0 }, 80).hoverFlow(e.type, { top: -3 }, 80).hoverFlow(e.type, { top: 0 }, 80).css("height",50);
					$('#object_2_reflection').hoverFlow(e.type, { top: 50 }, 100).hoverFlow(e.type, { top: 56 }, 80).hoverFlow(e.type, { top: 50 }, 80).hoverFlow(e.type, { top: 53 }, 80).hoverFlow(e.type, { top: 50 }, 80);
	
	});
				
	
	$('#object_3')
				.hover(function(e) {
					$('#object_3').css("height",70).hoverFlow(e.type, { top: -10 }, 300);
					$('#object_3_reflection').hoverFlow(e.type, { top: 60 }, 300);
				}, function(e) {
					$('#object_3').hoverFlow(e.type, { top: 0 }, 100).hoverFlow(e.type, { top: -6 }, 80).hoverFlow(e.type, { top: 0 }, 80).hoverFlow(e.type, { top: -3 }, 80).hoverFlow(e.type, { top: 0 }, 80).css("height",50);
					$('#object_3_reflection').hoverFlow(e.type, { top: 50 }, 100).hoverFlow(e.type, { top: 56 }, 80).hoverFlow(e.type, { top: 50 }, 80).hoverFlow(e.type, { top: 53 }, 80).hoverFlow(e.type, { top: 50 }, 80);
	
	});
				
				
	$('#object_4')
				.hover(function(e) {
					$('#object_4').css("height",70).hoverFlow(e.type, { top: -10 }, 300);
					$('#object_4_reflection').hoverFlow(e.type, { top: 60 }, 300);
				}, function(e) {
					$('#object_4').hoverFlow(e.type, { top: 0 }, 100).hoverFlow(e.type, { top: -6 }, 80).hoverFlow(e.type, { top: 0 }, 80).hoverFlow(e.type, { top: -3 }, 80).hoverFlow(e.type, { top: 0 }, 80).css("height",50);
					$('#object_4_reflection').hoverFlow(e.type, { top: 50 }, 100).hoverFlow(e.type, { top: 56 }, 80).hoverFlow(e.type, { top: 50 }, 80).hoverFlow(e.type, { top: 53 }, 80).hoverFlow(e.type, { top: 50 }, 80);
	
	});
				
				
	$('#object_5')
				.hover(function(e) {
					$('#object_5').css("height",70).hoverFlow(e.type, { top: -10 }, 300);
					$('#object_5_reflection').hoverFlow(e.type, { top: 60 }, 300);
				}, function(e) {
					$('#object_5').hoverFlow(e.type, { top: 0 }, 100).hoverFlow(e.type, { top: -6 }, 80).hoverFlow(e.type, { top: 0 }, 80).hoverFlow(e.type, { top: -3 }, 80).hoverFlow(e.type, { top: 0 }, 80).css("height",50);
					$('#object_5_reflection').hoverFlow(e.type, { top: 50 }, 100).hoverFlow(e.type, { top: 56 }, 80).hoverFlow(e.type, { top: 50 }, 80).hoverFlow(e.type, { top: 53 }, 80).hoverFlow(e.type, { top: 50 }, 80);
	
	});
				
				
				
});// JavaScript Document