function write_home_flash (alt_image, alt_link) {
	document.write ('<object type="application/x-shockwave-flash" data="/flash/home/slideshow.swf" width="407" height="306" style="z-index:50;position:absolute;">');
	document.write ('<param name="movie" value="/flash/home/slideshow.swf" />');
	document.write ('<param name="wmode" value="transparent" />');
	document.write ('<a href="'+alt_link+'"><img src="/images/flash/home/noflash/'+alt_image+'" width="407" height="251" alt="Make a difference in life!" border="0" style="margin-top:50px" /></a>');
	document.write ('</object>');
}
