// Functions.js - this file collect smaller javascript functions used within www.stanford.edu homepage files




/*******************************************************************
Carousel Tool - jQuery Tools powered carousel
	
********************************************************************/

	$(document).ready(function() { 
		$("#carousel").scrollable({keyboard:false}).navigator();
	}); 

 

