if(flash.ver[4]) {	// if we've detected an acceptable version
	var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="526" height="600">'
	+ '<param name="movie" value="/drhu/microcosmic-orbit-wg1.swf" />'
	+ '<param name="quality" value="best" />'
	+ '<param name="scale" value="exactfit" />'
	+ '<embed src="/drhu/microcosmic-orbit-wg1.swf" quality="best" scale="exactfit" width="526" height="600" type="application/x-shockwave-flash" />'
	+ '</object>';
	document.write(oeTags);
} else {
	var alternateContent = '<img src="/drhu/microcosmic-orbit-wg1.jpg" alt="This image would be animated if you had the latest version of FLASH installed => http://macromedia.com/flashplayer" width="526" height="600" />';
	document.write(alternateContent);
}
