var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {  // if we've detected an acceptable version
	var oeTags = '<table border="0" cellspacing="0" align="center" cellpadding="0">'
		+ '	<tr>'
		+ '	  <td style="padding-left:45px; padding-right:30px;"><a target="_blank" href="http://www.addressadvertising.com/microsites/pinnacleviews/show.html"><img src="images/flash-preview-1.jpg" alt="" width="78" height="78" border="0"></a></td>'
		+ '	  <td style="padding-right:32px;"><a target="_blank" href="http://www.addressadvertising.com/lite/caminito/lite.html"><img src="images/flash-preview-2.jpg" alt="" width="78" height="78" border="0"></a></td>'
		+ '	  <td style="padding-right:33px;"><a target="_blank" href="http://www.addressadvertising.com/lite/westbourne/lite.html"><img src="images/flash-preview-3.jpg" alt="" width="78" height="78" border="0"></a></td>'
		//+ '	  <td><a href="http://www.addressadvertising.com/microsites/keats/show.html"><img src="images/flash-preview-4.jpg" alt="" width="78" height="78" border="0"></a></td>'
		+ '	</tr>'
		+ ' <tr><td colspan="3" style="padding:8px 0px 5px 10px;" align="center">View AddressTourXL by clicking the previews above.</td></tr>'
		+ ' </table><br />';
	document.write(oeTags);   // embed the flash movie
  } else {  // flash is too old or we can't detect the plugin
	var alternateContent = '<table border="0" cellspacing="0" align="center" cellpadding="0">'
		+ '	<tr>'
		//+ '	  <td style="padding-left:45px; padding-right:30px;"><a target="_blank" href="http://www.addressadvertising.com/microsites/pinnacleviews/show7.html"><img src="images/flash-preview-1.jpg" alt="" width="78" height="78" border="0"></a></td>'
		+ '	  <td style="padding-left:45px; padding-right:32px;"><a target="_blank" href="http://www.addressadvertising.com/microsites/heartofpointloma/show7.html"><img src="images/flash-preview-2.jpg" alt="" width="78" height="78" border="0"></a></td>'
		+ '	  <td style="padding-right:33px;"><a target="_blank" href="http://www.addressadvertising.com/microsites/oceanbeachbungalow/show7.html"><img src="images/flash-preview-3.jpg" alt="" width="78" height="78" border="0"></a></td>'
		//+ '	  <td><img src="images/flash-preview-4.jpg" alt="" width="78" height="78" border="0"></td>'
		+ '	</tr>'
		+ ' <tr><td colspan="2" style="padding:8px 0px 5px 15px;" align="center"><strong>*These previews use and older version of flash!</strong><br />For best results, <a class="flash" href="http://www.macromedia.com/go/getflash/"  target="_blank">upgrade</a> your Macromedia Flash Player<br />to v8 or higher.</td></tr>'
		+ '  </table><br />';
		document.write(alternateContent);  // insert non-flash content
  }
