// jsFlash.js

function showFlash(){
		
	document.write ('<object type="application/x-shockwave-flash" data="http://www.ecologhouse.org/wp-content/themes/ecolog/flash/ecolog.swf" width="577" height="211">')
	document.write ('<param name="movie" value="http://www.ecologhouse.org/wp-content/themes/ecolog/flash/ecolog.swf"/>')
	document.write ('<param name="wmode" value="transparent"/>')
	document.write ('<img src="http://www.ecologhouse.org/wp-content/themes/ecolog/flash/images/1.jpg" alt="" />')
	document.write ('</object>')	
}