// JavaScript Document

jQuery(function($) {
  $('#anim').crossSlide({
  sleep: 5,
  fade: 1
}, [
  { src: 'images/home_img.jpg' },
  { src: 'images/home_img_1.jpg'   },
  { src: 'images/home_img_2.jpg'  }
	]);
});
