// JavaScript Document


	
	$(document).ready(function(){
		
			$('#funFactsContainer').stop().animate({'opacity':'.8'},200);
			
    		$('#factContainer').randomContent({xmlPath: "library/xml/nancy.xml", nodeName: "fact"});
			
			
			
			
		});
		
		
		$(document).ready(function(){
		
			$(".projectTitle").click(function(){
			$('#factContainer').empty();
    		$('#factContainer').randomContent({xmlPath: "library/xml/nancy.xml", nodeName: "fact"});
			
			
		});	
			
		});
		
		
			
	$(document).ready(function(){
		
		$("#infoLink").click(function(){
			
			
			
			$("#infoPanel").slideToggle(400);
			
			
		});
		
		});
		
		
