pliss help me..i've try but nothing happened..

this is my code:
[quote]// FOOTER
function footer() {
foot = "div id=\"comment\" align=\"center\"><iframe title="juve_laen" src="http://www2.shoutmix.com/?juve_laen" width="160" height="400" frameborder="0" scrolling="auto">
<a href="http://www2.shoutmix.com/?juve_laen">View shoutbox</a>
</iframe>"+
"<br /><br><br><br><br></div>";
document.getElementById("footer_container").innerHTML= "<center><table><tr><td>"+foot+"</td></tr></table></center>";
}
window.onload=function() {
footer();
}
document.write("<style>#footer_container {width:800px !important;height:251px !important;align:center;background-color:transparent !important;border:none !important;display:block !important;}</style>");[/quote]