if(flash.ver[5]) {	// if we've detected an acceptable version
	var oeTags = '<object type="application/x-shockwave-flash" data="wcq_intro.swf" width="100%" height="150">'
	+ '<param name="movie" value="wcq_intro.swf" />'
	+ '<param name="scale" value="exactfit" />'
	+ '<embed src="wcq_intro.swf" width="100%" height="150" scale="exactfit" type="application/x-shockwave-flash" />'
	+ '</object>';
	document.write(oeTags);
} else {
	var alternateContent = '<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">'
	+ '<tr>'
	+ '<td colspan="5"><a href="index.htm"><img src="i/menu-top.jpg" alt="Wild Coast Qigong" width="100%" height="108" border="0" /></a></td>'
	+ '</tr>'
	+ '<tr>'
	+ '<td width="17%"><a href="/qigong-news/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'News\',\'\',\'i/menu-news2.jpg\',1)"><img src="i/menu-news1.jpg" alt="Qigong News" name="News" width="100%" height="42" border="0" id="News" /></a></td>'
    + '<td width="32%"><a href="/qigong-classes.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image8\',\'\',\'i/menu-classes2.jpg\',1)"><img src="i/menu-classes1.jpg" alt="Qigong Classes and Workshops" name="Image8" width="100%" height="42" border="0" id="Image8" /></a></td>'
    + '<td width="18%"><a href="/qigong-teachers.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Teachers\',\'\',\'i/menu-teachers2.jpg\',1)"><img src="i/menu-teachers1.jpg" alt="Qigong Teachers" name="Teachers" width="100%" height="42" border="0" id="Teachers" /></a></td>'
    + '<td width="19%"><a href="/qigong-resources.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Resources\',\'\',\'i/menu-resources2.jpg\',1)"><img src="i/menu-resources1.jpg" alt="Qigong Resources" name="Resources" width="100%" height="42" border="0" id="Resources" /></a></td>'
    + '<td width="14%"><a href="/qigong-contact.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Links\',\'\',\'i/menu-contact2.jpg\',1)"><img src="i/menu-contact1.jpg" alt="Qigong Links" name="Links" width="100%" height="42" border="0" id="Links" /></a></td>'
	+ '</tr>'
	+ '</table>';
	document.write(alternateContent);
}
