Display text if user doesnt have flash

I’m trying to have my text display if flash doesnt work. can anyone help?


<div class="sectionheader">
<div id="ourschool">
<embed type="application/x-shockwave-flash" src="flash/h1.swf" style="" bgcolor="#F4F9FF" quality="high" flashvars="link=LinkURL&amp;txtName=our school" height="29" width="250">
</div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("flash/h1.swf", "Gdu2.0", "250", "29", "8","#69B7FF");
so.addVariable("txtName", "our school");
so.write("ourschool");
// ]]>
</script>
</div><!--sectionheader-->