function slideShow()
{
    document.write('<object type="application/x-shockwave-flash" \n');
	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0" \n');
	document.write('data="http://www.carvergroupinc.com/images/home-slides.swf" width="480px" height="320px">\n');
    document.write('<param name="movie" value="http://www.carvergroupinc.com/images/home-slides.swf" >\n');
	document.write('<param name="menu" value="false" >\n');
    document.write('<param name="quality" value="high" >\n');
    document.write('<param name="bgcolor" value="#ffffff" >\n');
    document.write('<param name="wmode" value="transparent" >\n');
    document.write('<param name="scale" value="100%" >\n');
	 document.write('<param name="alt" value="Samples of homes built by The Carver Group,Inc  - Custom Quality Craftsmanship with extensive woodworking and rock work" >\n');
    document.write('<a href="http://www.macromedia.com/go/getflashplayer" \n'); 
    document.write('title="Macromedia Flash Player download page.">Get the latest Flash Player!</a>\n');
    document.write('</object>\n');
}