// JavaScript Document


$(function() {
 //for home rotating images
  $('#slideshow').cycle({ 
    fx:    'fade', 
    speed:  1000,
	timeout:  4500,
	fit: 1
 });

 });//end whole thing

