I have a script that is working fine in DreamWeaver CS5 but when I apply it to my page it will not perform properly nor show.
<script language="JavaScript">
<!--
images = new Array(4);
images[0] = "<a href = 'twitter.com/GudSkunc'><img src='i1199.photobucket.com/albums/aa469/GudSkuncImages/…; alt='GudSkunc on Twitter'></a>";
images[1] = "<a href = 'facebook.com/pages/Gud-Skunc-ICC/… src='i1199.photobucket.com/albums/aa469/GudSkuncImages/…; alt='GudSkunc on Facebook'></a>";
index = Math.floor(Math.random() * images.length);
document.write(images[index]);
//done
// -->
</script>