     <!--
	function placeFlashMain(){
   		if(!useFlash){
    	document.write('<a href="index.php"><img src="images/imgNonFlash.gif" width="764" height="222" alt="logo" title="Life &amp; Legacy Group"><\/a>');
    	 }
    	else{
   		document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="764" height="222" id="slideshow">')
    	document.write('<param name="allowScriptAccess" value="sameDomain">')
		document.write('<param name=movie value="flash/landlFlash.swf">')
		document.write('<param name=quality value=high>')
		document.write('<param name=menu value=false>')
    	document.write('<param name=bgcolor value=#ffffff>')
    	var ShockMode = 0;
  
    	if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) {
   
   		if (navigator.plugins && navigator.plugins["Shockwave Flash"])
     ShockMode = 1;
   		}
    	if ( ShockMode ) {
    	document.write(' <embed src="flash/landlFlash.swf"');
    	document.write(' width=764 height=222');
    	document.write(' quality=high');
		document.write(' menu=false');
    	document.write(' bgcolor=#ffffff');
		document.write(' allowScriptAccess=sameDomain');
		document.write(' name=slideshow');
    	document.write(' type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer">');
    	document.write('<\/embed>');
   		}
    	else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
    	document.write('<a href="index.php"><img src="images/imgNonFlash.gif" width="764" height="222" alt="logo" title="Life &amp; Legacy Group"><\/a>');
    	}
   		document.write('<\/object>')
   		}
	}
   //-->
   
 

