// JavaScript Document


								countArticle = 0;
								var mySlideData = new Array();
								mySlideData[countArticle++] = new Array(
								'images/slideshow/1.jpg',
								'portfolio.htm',
								'...my house was DESIGNED to be comfortable.',
								' - Phil B. Charlotte, NC'
								);
								
								mySlideData[countArticle++] = new Array(
								'images/slideshow/2.jpg',
								'testimonials.htm',
								'...a FULL SERVICE company and they handle all the details.',
								' - Paul S. Toronto, Canada'
								);
								
								mySlideData[countArticle++] = new Array(
								'images/slideshow/3.jpg',
								'portfolio.htm',
								'...result were amazing, far BEYOND our wildest expectations.',
								'- David B. Richmond, Va'
								);
								
                               
								
								function startSlideshow() {
								var slideshow = new timedSlideShow($('mySlideshow'), mySlideData);
								}

								addLoadEvent(startSlideshow);
						