<!--
var contentversion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	    for (var i = 0; i < words.length; ++i)
	    {
		if (isNaN(parseInt(words[i])))
		continue;
		var pluginversion = words[i]; 
	    }
	var flashcanplay = pluginversion >= contentversion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
   && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<scr' + 'ipt language="vbscript"\> \n');
	document.write('on error resume next \n');
	document.write('flashcanplay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & contentversion)))\n');
	document.write('</scr' + 'ipt\> \n');
}
if ( flashcanplay ) {
           
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" ');
	document.write(' id="open" width="955" height="584">');
	document.write(' <param name="movie" value="flash/open.swf" /><param name="quality" value="high" /><param name="menu" value="0" />  '); 
	document.write(' <embed src="flash/open.swf" quality="high" ');
	document.write(' swliveconnect=false width="955" height="584" name="open"');
	document.write(' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write(' </embed>');
	document.write(' </object>');
} else{

	document.write('<p><img src="images/title.gif" alt="Don Last" width="189" height="46" /></p>');
	document.write('<p><a href="http://www.macromedia.com/go/getflashplayer" target="blank"><img src="images/flash.gif" alt="Macromedia Flash" width="88" height="31" border="0" /></a></p>');
	document.write('<p>This website requires the latest flash plug-in. <a href="http://www.macromedia.com/go/getflashplayer" title="Click here to get the plug in" target="blank">Click here to get the plug in</a>.</p>');
}
//-->