// JavaScript Document
//* Slideshow data */
	//<![CDATA[
	  window.addEvent('domready', function(){
	    var data = {
	      '../images/index/home.jpg': { caption: 'Dental Reception Area' }, 
	      '../images/index/home2.jpg': { caption: 'Smile Dental' }, 
		  '../images/index/home3.jpg': { caption: 'Dental Reception Area' },
		  '../images/index/home4.jpg': { caption: 'Grace Dental' },
	    };
	    var myShow = new Slideshow('show', data, {controller: false, height: 300, hu: 'images/', thumbnails: false, width: 600});
	  });
	//]]>

