Facebook like problems

hi,
just a quick one, i have been having trouble getting my Facebook like button to work here is my script:
<HTML>
<style type=“text/css”>
<!–
Body {
background-color: #FFFFFF;
background-image: url(…/images/Bground/background1.png);
background-attachment: fixed;
background-repeat: repeat;
background-position: center center;
text-align: center;
font-family: ‘Times New Roman’, monospace;
color: #000000;
font-size: x-small;
text-decoration: none;
}
.style2 {
font-family: Tahoma;
color: #FFFFFF;
}
.style5 {font-family: Tahoma; color: #FFFFFF; font-size: 14px; }
.style9 {font-size: 14px}
.style10 {color: #FFFFFF}
–>
<div id=“fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “//connect.facebook.net/en_US/all.js#xfbml=1”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>
</style>
<HEAD>
<TITLE>The Tonics</TITLE>
<META HTTP-EQUIV=“Content-Type” CONTENT=“text/html; charset=iso-8859-1”>
</HEAD>
<CENTER>
<BODY BGCOLOR=#FFFFFF>…

…<iframe src="http://www.facebook.com/plugins/like.php?href=“http://www.facebook.com/pages/The-Tonics/218278271533562” scrolling=“no” frameborder=“0”
style=“border:none; width:300px; height:80px”></iframe>…

</BODY>
</CENTER>
</HTML>

i can click it but it tells me there was an error and i just cannot fix it, any suggestions?

thanks in advance!
[CENTER]Gareth[/CENTER]