<style type="text/css">
.imghover { cursor: pointer; }
</style>
<script type="text/javascript">
var a = Math.round(Math.random()*2);
image = new Array();
image[0] = ''http://';
image[1] = 'http://';
image[2] = 'http://';
var i = Math.round(Math.random()*2);
url = new Array();
url[0] = 'http';
url[1] = 'http';
url[2] = 'http';
document.write ("<img src="+image[a]+" onclick=\"top.location='"+url[i]+"' class=\"imghover\" \">");
</script>
Интересует вот этот кусок
document.write ("<img src="+image[a]+" onclick=\"top.location='"+url[i]+"' class=\"imghover\" \">");
а именно подключение сюда стиля. У меня стиль не подключается, опять накосарезил...