/* Navbar */
google.load("jquery", "1.3.2");
google.load("jqueryui", "1.7.2");
google.setOnLoadCallback(function()
{
	
	/* Bounce */
	$(".jquery_bounce").mouseenter(function(){
		$("a.home", this).animate({ marginTop : '-7px' } , {
				duration: 100,
				easing: 'easeOutCubic',
				complete:function() {
					$(this).animate({ marginTop : '0px' } , {
					duration: 100,
					easing: 'easeInCubic'});	
				}
			});
	}).mouseleave(function() {
		$("a.home", this).stop().css({ marginTop : '0px' });
	});
	
	
	
	$(".jquery_bounce2").mouseenter(function(){
		$("a.what-we-think", this).animate({ marginLeft : '-4px' } , {
				duration: 100,
				easing: 'easeOutCubic',
				complete:function() {
					$(this).animate({ marginLeft : '0px' } , {
					duration: 100,
					easing: 'easeInCubic'});	
				}
			});
	}).mouseleave(function() {
		$("a.what-we-think", this).stop().css({ marginLeft : '0px' });
	});
	
	
	
	$(".jquery_bounce3").mouseenter(function(){
		$("a.whats-on-offer-btn", this).animate({ marginLeft : '4px' } , {
				duration: 100,
				easing: 'easeOutCubic',
				complete:function() {
					$(this).animate({ marginLeft : '0px' } , {
					duration: 100,
					easing: 'easeInCubic'});	
				}
			});
	}).mouseleave(function() {
		$("a.whats-on-offer-btn", this).stop().css({ marginLeft : '0px' });
	});
	
	
	
	$(".jquery_bounce4").mouseenter(function(){
		$("a.best-of-the-best-btn", this).animate({ marginLeft : '-4px' } , {
				duration: 100,
				easing: 'easeOutCubic',
				complete:function() {
					$(this).animate({ marginLeft : '0px' } , {
					duration: 100,
					easing: 'easeInCubic'});	
				}
			});
	}).mouseleave(function() {
		$("a.best-of-the-best-btn", this).stop().css({ marginLeft : '0px' });
	});
	
	
	
	$(".jquery_bounce5").mouseenter(function(){
		$("a.our-best-friends", this).animate({ marginLeft : '4px' } , {
				duration: 100,
				easing: 'easeOutCubic',
				complete:function() {
					$(this).animate({ marginLeft : '0px' } , {
					duration: 100,
					easing: 'easeInCubic'});	
				}
			});
	}).mouseleave(function() {
		$("a.our-best-friends", this).stop().css({ marginLeft : '0px' });
	});
	
	
	
	
	$(".jquery_bounce6").mouseenter(function(){
		$("a.word-of-mouth", this).animate({ marginLeft : '-4px' } , {
				duration: 100,
				easing: 'easeOutCubic',
				complete:function() {
					$(this).animate({ marginLeft : '0px' } , {
					duration: 100,
					easing: 'easeInCubic'});	
				}
			});
	}).mouseleave(function() {
		$("a.word-of-mouth", this).stop().css({ marginLeft : '0px' });
	});
	
	
	
	
	$(".jquery_bounce7").mouseenter(function(){
		$("a.nice-to-meet-you", this).animate({ marginLeft : '-4px' } , {
				duration: 100,
				easing: 'easeOutCubic',
				complete:function() {
					$(this).animate({ marginLeft : '0px' } , {
					duration: 100,
					easing: 'easeInCubic'});	
				}
			});
	}).mouseleave(function() {
		$("a.nice-to-meet-you", this).stop().css({ marginLeft : '0px' });
	});
	
	/* 3 bubbles bottom */
	$(".jquery_bounce8").mouseenter(function(){
		$("a.arty-farty-btn", this).animate({ marginTop : '4px' } , {
				duration: 100,
				easing: 'easeOutCubic',
				complete:function() {
					$(this).animate({ marginTop : '0px' } , {
					duration: 100,
					easing: 'easeInCubic'});	
				}
			});
	}).mouseleave(function() {
		$("a.arty-farty-btn", this).stop().css({ marginTop : '0px' });
	});
	
	$(".jquery_bounce9").mouseenter(function(){
		$("a.free-treats-btn", this).animate({ marginTop : '4px' } , {
				duration: 100,
				easing: 'easeOutCubic',
				complete:function() {
					$(this).animate({ marginTop : '0px' } , {
					duration: 100,
					easing: 'easeInCubic'});	
				}
			});
	}).mouseleave(function() {
		$("a.free-treats-btn", this).stop().css({ marginTop : '0px' });
	});
	
	$(".jquery_bounce10").mouseenter(function(){
		$("a.lets-hang-out", this).animate({ marginTop : '4px' } , {
				duration: 100,
				easing: 'easeOutCubic',
				complete:function() {
					$(this).animate({ marginTop : '0px' } , {
					duration: 100,
					easing: 'easeInCubic'});	
				}
			});
	}).mouseleave(function() {
		$("a.lets-hang-out", this).stop().css({ marginTop : '0px' });
	});
	
	$(".jquery_bounce11").mouseenter(function(){
		$("a.check-us-out-btn", this).animate({ marginTop : '-4px' } , {
				duration: 100,
				easing: 'easeOutCubic',
				complete:function() {
					$(this).animate({ marginTop : '0px' } , {
					duration: 100,
					easing: 'easeInCubic'});	
				}
			});
	}).mouseleave(function() {
		$("a.check-us-out-btn", this).stop().css({ marginTop : '0px' });
	});
	
		$(".jquery_bounce12").mouseenter(function(){
		$("a.latest-greatest-btn", this).animate({ marginTop : '-4px' } , {
				duration: 100,
				easing: 'easeOutCubic',
				complete:function() {
					$(this).animate({ marginTop : '0px' } , {
					duration: 100,
					easing: 'easeInCubic'});	
				}
			});
	}).mouseleave(function() {
		$("a.latest-greatest-btn", this).stop().css({ marginTop : '0px' });
		
	});
	
			$(".jquery_bounce13").mouseenter(function(){
		$("a.greens-btn", this).animate({ marginTop : '-4px' } , {
				duration: 100,
				easing: 'easeOutCubic',
				complete:function() {
					$(this).animate({ marginTop : '0px' } , {
					duration: 100,
					easing: 'easeInCubic'});	
				}
			});
	}).mouseleave(function() {
		$("a.latest-greatest-btn", this).stop().css({ marginTop : '0px' });
		
	});
		
	

});
