$(document).ready(function(){

	$("div.tickers").cycle({ 
		fx:    'scrollUp', 
		speed:  1000,
		timeout:  5000
	 });

	$("div.about-images").cycle({ 
		fx:    'fade', 
		speed:  1000,
		timeout:  5000
	 });
	
	//$("table.people-table a")
	/*$(".rollover").hover(
	  function () {
		var imagesrc = $(this).find("img").attr("src");
		$(this).find("img").attr("src",imagesrc.replace("off","on"));
	  }, 
	  function () {
		var imagesrc = $(this).find("img").attr("src");
		$(this).find("img").attr("src",imagesrc.replace("on","off"));
	  }
	);
	
	$("table.people-table a").hover(
	  function () {
		var imagesrc = $(this).find("img").attr("src");
		$(this).find("img").attr("src",imagesrc.replace("off","on"));
	  }, 
	  function () {
		var imagesrc = $(this).find("img").attr("src");
		$(this).find("img").attr("src",imagesrc.replace("on","off"));
	  }
	);*/

});
