function getFlashVersion() { try { try { var axo = new ActiveXObject('ShockwaveFlash.ShockwaveFlash.6'); try { axo.AllowScriptAccess = 'always'; } catch(e) { return '6,0,0'; } } catch(e) { }  return new ActiveXObject('ShockwaveFlash.ShockwaveFlash').GetVariable('$version').replace(/\D+/g, ',').match(/^,?(.+),?$/)[1]; } catch(e) {    try { if(navigator.mimeTypes['application/x-shockwave-flash'].enabledPlugin){        return (navigator.plugins['Shockwave Flash 2.0'] || navigator.plugins['Shockwave Flash']).description.replace(/\D+/g, ',').match(/^,?(.+),?$/)[1];      }   } catch(e) {} } return '0,0,0'; } function detectFlash() { return (getFlashVersion().split(',').shift() >= 9); }if (detectFlash()) {document.write("<object type='application/x-shockwave-flash' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0' width='895' height='988' id='spo_JAAguAXjFnJzG4a2' data='http://farm.sproutbuilder.com/load/JAAguAXjFnJzG4a2.swf'><param name='wmode' value='transparent' /><param name='align' value='middle' /><param name='allowFullScreen' value='true' /><param name='allowScriptAccess' value='always' /><param name='quality' value='best' /><param name='movie' value='http://farm.sproutbuilder.com/load/JAAguAXjFnJzG4a2.swf' /><embed type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' name='spo_JAAguAXjFnJzG4a2' src='http://farm.sproutbuilder.com/load/JAAguAXjFnJzG4a2.swf' width='895' height='988' wmode='transparent' align='middle' allowFullScreen='true' allowScriptAccess='always' quality='best'/></object>"); } else if (!!document.createElement('canvas').getContext) {document.write("<iframe src='http://farm.sproutbuilder.com/load/JAAguAXjFnJzG4a2.html' style='margin:0;padding:0;border:none' width='895' height='988'></iframe>");} else {document.write("<img src='http://farm.sproutbuilder.com/load/JAAguAXjFnJzG4a2.png' BORDER='0' WIDTH='895' HEIGHT='988' ALT=''>");}
