Please help me! (IE flash-fix)

Hello, first of all this is a great website!
i have a problem and i hope somebody can help me (please!), i have tried to apply several flash fixes for my website (www.ringstyle.net, still building…) but i just can’t get it to work :*(, can someone please help me out, this is my (html) header code;

<table id=“Table_01” width=“100%” height=“209” border=“0” cellpadding=“0” cellspacing=“0”>
<tr>
<td>
$theuser</td>
<td rowspan=“3” background=“themes/WD-Core/images/core-head-lr1.gif” width=“100%” height=“209” alt=“”></td>
<td rowspan=“3”>
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0” width=“274” height=“209” id=“headright” align=“middle”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“movie” value=“themes/WD-Core/images/headright.swf” />
<param name=“quality” value=“high” />
<param name=“bgcolor” value=“#171717” />
<embed src=“themes/WD-Core/images/headright.swf” quality=“high” bgcolor=“#171717” width=“274” height=“209” name=“headright” align=“middle” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />
</object></td>
</tr>
<tr>
<td>
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0” width=“467” height=“98” id=“logo” align=“middle”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“movie” value=“themes/WD-Core/images/logo.swf” />
<param name=“quality” value=“high” />
<param name=“bgcolor” value=“#272727” />
<embed src=“themes/WD-Core/images/logo.swf” quality=“high” bgcolor=“#272727” width=“467” height=“98” name=“logo” align=“middle” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />
</object></td>
</tr>
<tr>
<td>
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0” width=“467” height=“57” id=“headnav” align=“middle”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“movie” value=“themes/WD-Core/images/headnav.swf” />
<param name=“quality” value=“high” />
<param name=“bgcolor” value=“#272727” />
<embed src=“themes/WD-Core/images/headnav.swf” quality=“high” bgcolor=“#272727” width=“467” height=“57” name=“headnav” align=“middle” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />
</object></td>
</tr>
</table>
i also have to fix the footer and other stuff but if somebody can show me then i’ll figure out the rest myself…

Thanks a lot!