Еще раз переписал. Убрал скрипт вписал в сам ХТМЛ посоветовали на sql.ru. Получилось так но все равно не работает(((
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Unicode" />
<title>PTR player rating</title>
<style type="text/css">
body
{
margin: 0;
width: 230px;
height: 320px;
font-family: verdana;
font-weight: bold;
font-size: 20px;
}
#gadgetContent
{
margin-top: -1px;
width: 230px;
vertical-align: middle;
text-align: center;
overflow: hidden;
}
</style>
<script type="text/jscript" language="jscript">
// Initialize the gadget.
function init()
{
var oBackground = document.getElementById("imgBackground");
oBackground.src = "url(img/background.png)";
}
</script>
</head>
<body onload="init()">
<g:background id="imgBackground">
<div id="gadgetContent">
<script type="text/javascript">document.write('<sc' + 'ript type="text/javascript" src="http://www.pokertableratings.com/js/widgets/widget.js?' + Math.rnd() + '"></sc'+'ript>');</script>
<script type="text/javascript">if (ptrwidgets) ptrwidgets.load('75c0c62c0d45113be623cd1e2d486a3f','Nanonoko','stars');</script>
</div>
</g:background>
</body>
</html>