

function getFlash() {

	
	//Look for a version of Internet Explorer that supports ActiveX (i.e., one that's
	//running on a platform other than Mac or Windows 3.1) or a browser that supports
	//the plugin property of the navigator object and that has Flash Player 2.0
	//installed.
	
	/*if ((navigator.appName == "Microsoft Internet Explorer" &&
	    navigator.appVersion.indexOf("Mac") == -1 &&   navigator.appVersion.indexOf("3.1") == -1) ||
	
	    (navigator.plugins && navigator.plugins["Shockwave Flash"])
	                       || navigator.plugins["Shockwave Flash 2.0"]){
	   
	    */
		document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='750' height='231' id='intro' align='middle'>")
		document.write("<param name='allowScriptAccess' value='sameDomain' />")
		document.write("<param name='movie' value='/arts/_images/flash_intro/intro.swf' />")
		document.write("<param name='quality' value='high' />")
		document.write("<PARAM NAME='WMODE' VALUE='transparent'> ")
		document.write("<embed src='/arts/_images/flash_intro/intro.swf' quality='high' WMODE='transparent' width='750' height='231' name='intro' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />")
		document.write("</object>")
		
	/*}
	else {
	   
	   	
		document.write("<table border='0' cellpadding='0' cellspacing='0' height='180' width='209' id='image_credit_container'>")
			document.write("<tr>")
				document.write("<td valign='bottom' width='26'>")
					document.write("<div id='camera' class='camera_out'>")
						document.write("<span onMouseOver='document.getElementById('camera').className='camera_over';' onMouseOut='document.getElementById('camera').className='camera_out';' onClick='document.getElementById('image_credit').className='visible';'><img src='http://www.seattle.gov/arts/_images/misc/camera.gif' alt='' width='26' height='20' border='0'></span>")
					document.write("</div>")
				document.write("</td>")
				document.write("<td valign='bottom'>")
					document.write("<div id='image_credit' class='hidden'>")
						document.write("<div class='roundborder c1'></div>")
						document.write("<div class='roundborder c2'></div>")
						document.write("<div class='roundborder c3'></div>")
						document.write("<div class='roundborder c4'></div>")
						document.write("<div class='roundborder c5'></div>")
						document.write("<div class='roundborder c6'></div>")
						document.write("<div class='roundborder c7'></div>")
						
						document.write("<div class='roundborder content'>")
							document.write("<span onMouseOver='document.getElementById('credit_close').className='close_over';' onMouseOut='document.getElementById('credit_close').className='close_out';'  onClick='document.getElementById('image_credit').className='hidden';'><img src='http://www.seattle.gov/arts/_images/misc/credit_close.gif' alt='' width='9' height='9' border='0' id='credit_close' class='close_out'></span>")
							document.write("<a href='http://www.wingitproductions.org/' target='_blank'>Wing-It Productions</a>' B-Movie (left to right) Adina Gillett, Annette Auger, Jeremy Matthews, Cherl Platz. Photo: Bradon Jepson.")
							
						document.write("</div>")
						
						document.write("<div class='roundborder c7'></div>")
						document.write("<div class='roundborder c6'></div>")
						document.write("<div class='roundborder c5'></div>")
						document.write("<div class='roundborder c4'></div>")
						document.write("<div class='roundborder c3'></div>")
						document.write("<div class='roundborder c2'></div>")
						document.write("<div class='roundborder c1'></div>")
						
						document.write("<div style='padding-left: 24px'>")
							document.write("<img src='/arts/_images/misc/credit_tail.gif' alt='' width='32' height='19' border='0'>")
						document.write("</div>")
					document.write("</div>")
					
				document.write("</td>")
			document.write("</tr>")
		document.write("</table>")
	}*/
}


