var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
//	plugin = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 5;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
   && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) {
	document.writeln('<SCRIPT LANGUAGE=VBScript> ');
	document.writeln('on error resume next ');
	document.writeln('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")))');
	document.writeln('</SCRIP'+'T>');
}
if ( plugin ) {
	document.write('<hr>');
	document.write('<p><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"');
	document.write(' WIDTH=565 HEIGHT=320>');
	document.write(' <PARAM NAME=movie VALUE="http://www.reachandteach.com/content/islandtrees.swf">');
	document.write(' <PARAM NAME=quality VALUE=high>');
	document.write(' <EMBED src="http://www.reachandteach.com/content/islandtrees.swf" quality=high bgcolor=#FFFFFF  WIDTH=565 HEIGHT=320 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
	document.write(' </EMBED>');
	document.write('</OBJECT>');
} 
document.writeln('');
