// <![CDATA[
		var fo = new SWFObject("/cms/monoslideshow/monoslideshow.swf", "FOmonoSlideshow", "500", "268", "7", "#FFFFFF");
		fo.addVariable("dataFile", escape("/?Page=MonoSlideSource&template=none"));
		fo.addVariable("showLogo", "false"); 
		fo.addParam("wmode", "transparent");
		fo.write("monoSlideShow");
		// ]]>

		function flashprompt(){
			var flashinstalled = 0;
			if (navigator.plugins && navigator.plugins.length)
			{
				x = navigator.plugins["Shockwave Flash"];
				if (x)
					flashinstalled = 1;
				if (navigator.plugins["Shockwave Flash 2.0"])
					flashinstalled = 1;
			}
			else if (navigator.mimeTypes && navigator.mimeTypes.length)
			{
				x = navigator.mimeTypes['application/x-shockwave-flash'];
				if (x && x.enabledPlugin)
					flashinstalled = 1;
			}
			
			if (flashinstalled == 0) {
				  var agree = confirm('Flash is required to view the recruitment companies on the homepage. Would you like to intall it now?');
				  if(agree)
				    window.open('http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','flash');
				  else
				    return;
			}
		}
