$(document).ready(function(){
	
	$(".nportfolio").click (function(){ $("#nav-portfolio").slideToggle(); });	
	$(".nhome, .nresume, .ncontact").click (function(){ $("#nav-portfolio").slideUp(); });			
	
	$("#more").click (function(){$("#social").animate({width:"960px"}); $("#hide, #more").toggle("slow"); return false;});
	$("#hide").click (function(){$("#social").animate({width:"400px"}); $("#hide, #more").toggle(); return false;});
	
	$(".copyright a").hover(function(){
		$(".footer img").fadeTo("slow", 1.0);	
	});
	
	var xo = $("#xo");
	
	$("#message").click (function(){
	no = Math.floor(Math.random() * 12);
	xo.attr({src: "img/message-"+no+".jpg"})
		if(xo.css("top","-350px")) 
		{			
			xo.animate({top:"0px"}, 3000); 
		}
	});
	
});

jQuery(function( $ ){

	$.localScroll.defaults.axis = 'x';
	
	$.localScroll.hash({
		target:"#container",
		queue:true,
		duration:3500
	});
	
	$.localScroll({
		target:"#container",
		queue:true,
		duration:2000,
		hash:true,
		onBefore:function(e, anchor, $target){},
		onAfter:function( anchor, settings ){}
	});
	
});
