$(function() {
    $('#slideshow').crossSlide({
      sleep: 3,
      fade: 1
    }, [
      { src: 'img/top_banner_body_coating.jpg',href: 'http://www.mjapan.org/bodycoating.html' },
      { src: 'img/top_banner_car_films.jpg',href: 'http://www.mjapan.org/carfilm.html' },
      { src: 'img/top_banner_room_cleaning.jpg',href: 'http://www.mjapan.org/roomcleaning.html' },
      { src: 'img/top_banner_water_repellency.jpg',href: 'http://www.mjapan.org/windowcoating.html' },
      { src: 'img/top_banner_repair_window.jpg',href: 'http://www.mjapan.org/windowrepair.html' },
	  { src: 'img/top_banner_options.jpg',href: 'http://www.mjapan.org/option.html' },
	  { src: 'img/top_banner_maintenance.jpg',href: 'http://www.mjapan.org/maintenance.html' },
	  { src: 'img/top_banner_information.jpg',href: 'http://www.mjapan.org/access.html' }
    ])
});
