window["LTI_Globe"] = new Object();
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {  // if we've detected an acceptable version
var varFlash = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" '
+ 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" '
+ 'width="130" height="130" id="LTI_Globe" align="middle">'
+ '<param name="allowScriptAccess" value="sameDomain" />'
+ '<param name="movie" value="LTI_Globe.swf" /><param name="quality" value="high" />'
+ '<param name="wmode" value="transparent" />'
+ '<embed src="LTI_Globe.swf" quality="high" wmode="transparent" width="130" height="130" '
+ 'name="LTI_Globe" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" '
+ 'pluginspage="http://www.macromedia.com/go/getflashplayer" />'
+ '</object>'
document.write(varFlash);
  } else {  // flash is too old or we can't detect the plugin
    var alternateContent = '<table border="0" cellpadding="0" cellspacing="0" width="130"><tr><td height="138" align="center">'
   	+ '</td></tr></table>';
    document.write(alternateContent);  // insert non-flash content
  }
window["LTI_Globe"] = document.getElementById("LTI_Globe")
// ]]>


