// JavaScript Document

function homeFlash()
{
    document.write('<object type="application/x-shockwave-flash" data="slideshow.swf" width="374" height="400">\n');
    document.write('<param name="movie" value="slideshow.swf" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
    document.write('</object>\n');
}
