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('<p align="center"><a href="http://www.reachandteach.com/content/staticpages/index.php?page=civiomatch"><img src="/content/img/civioconc0.gif" width="100" height="123" border="0"></a><br><font size=-2><a href="http://www.reachandteach.com/content/staticpages/index.php?page=civiomatch">Play online CIVIO Card<br>Matching Game</a></font></p>');
}
document.writeln('');
