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('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"');
	document.write(' WIDTH=584 HEIGHT=302>');
	document.write(' <PARAM NAME=movie VALUE="http://www.snddenca.org/reader_003a.swf?config=/config.xml&delay=30">');
	document.write(' <PARAM NAME=wmode VALUE=opaque>');
	document.write(' <PARAM NAME=quality VALUE=high>');
	document.write(' <EMBED src="http://www.snddenca.org/reader_003a.swf?config=/config.xml&delay=30" quality=high bgcolor=#FFFFFF  wmode=opaque WIDTH=584 HEIGHT=302 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
	document.write(' </EMBED>');
	document.write('</OBJECT>');
} else {
        document.write('<a href="http://www.snddenca.org/index.php?topic=education"><img src="http://www.snddenca.org/img/education_block.jpg" width=180 height=205 alt="Education: Learning for Life" border=0></a>');
}
document.writeln('');

/***********************************************
* Textarea Maxlength script- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

function ismaxlength(obj){
var mlength=obj.getAttribute? parseInt(obj.getAttribute("maxlength")) : ""
if (obj.getAttribute && obj.value.length>mlength)
obj.value=obj.value.substring(0,mlength)
}

