		if(hasRightVersion){
			var oeTags = '<object width="730" height="30" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0">'
				+ '<param name="movie" value="/flash/pageTitle.swf" />'
				+ '<param name="bgcolor" value="#6DA1C9" />'
				+ '<param name="FlashVars" value="pageTitle=' + pageTitle + '" />'
				+ '<embed src="/flash/pageTitle.swf" width="730" height="30" bgcolor="#6DA1C9" FlashVars="pageTitle=' + pageTitle + '" type="application/x-shockwave-flash" />'
				+ '</object>';
			document.write(oeTags);
		}else{
			var alternateContent = '<img src="/images/pageTitles/theArtInstitutes.gif" alt="' + pageTitle + '" width="730" height="30" />';
			document.write(alternateContent);
		}