$(document).ready(function(){
	/* This code is executed after the DOM has been completely loaded */
	
	$('.nav a,.footer a.up').click(function(e){
										  
		// If a link has been clicked, scroll the page to the link's hash target:
		
		$.scrollTo( this.hash || 0, 1500);
		e.preventDefault();
	});
	
				$().ready(function() {
				$('#coda-slider-1').codaSlider();
			});
	
		$('#emailus').hover(function(){
		$(this).stop().animate({'left':-20},'slow');
	},function(){
		$(this).stop().animate({'left':-190},'slow');
	});
	
	setTimeout(function(){$('#emailus').animate({'left':-190},'slow');},0);


});
