<!--

var flashinstalled = 0;
var flashversion = 0;
MSDetect = "false";
if (navigator.plugins && navigator.plugins.length)
{
	x = navigator.plugins["Shockwave Flash"];
	if (x)
	{
		flashinstalled = 2;
		if (x.description)
		{
			y = x.description;
			flashversion = y.charAt(y.indexOf('.')-1);
		}
	}
	else
		flashinstalled = 1;
	if (navigator.plugins["Shockwave Flash 2.0"])
	{
		flashinstalled = 2;
		flashversion = 2;
	}
}
else if (navigator.mimeTypes && navigator.mimeTypes.length)
{
	x = navigator.mimeTypes['application/x-shockwave-flash'];
	if (x && x.enabledPlugin)
		flashinstalled = 2;
	else
		flashinstalled = 1;
}
else
	MSDetect = "true";


function RunJobAd()
{
if (flashinstalled == 2)
	{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="397" height="50">\n');
	document.write('<param name="movie" value="flash/jobad.swf">\n');
	document.write('<param name="wmode" value="transparent">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<embed wmode="transparent" src="flash/jobad.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="397" height="50"></embed>\n');
	document.write('</object>\n');
	}
else
	{
	document.write('<a href="jobs.asp"><img src="images/jobad.gif" alt="We are currently seeking a Treasurer & a Minutes Secretary. Please click here for more information or to apply..."><br></a>')
	}
}

-->
