// <![CDATA[
window["HomePageFlash"] = 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="570" height="150" id="HomePageFlash" align="middle">'
+ '<param name="allowScriptAccess" value="always" />'
+ '<param name="movie" value="LTI_CenterImage.swf" /><param name="quality" value="high" />'
+ '<param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" />'
+ '<embed src="LTI_CenterImage.swf" quality="high" id="HomePageFlash" wmode="transparent" bgcolor="#ffffff" width="570" height="150" '
+ 'name="HomePageFlash" align="middle" allowScriptAccess="always" 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="570" style="background:url(img/PB_Home_LTI.jpg) no-repeat #dedede;">'
    + '<tr><td height="145" align="center" valign="top" style="padding-top:5px; color: #ffffff;" >'
  	+ 'A Minumum Of Macromedia Flash Player 8 Is Required To Properly View This Site.<br/></br>'
   	+ '<a href=http://www.macromedia.com/go/getflash/>Update Flash Player</a></td></tr></table>';
    document.write(alternateContent);  // insert non-flash content
  }
window["HomePageFlash"] = document.getElementById("HomePageFlash")
// ]]>
