Again, thank you so very, very much!
--------------- Added [DATE]1302500002[/DATE] at [TIME]1302500002[/TIME] ---------------
Got some time this evening and substituted the rotating code for the static code. I must have something wrong because nothing is appearing. This is what I have:
<center>
<script language="JavaScript">
images = new Array(2);
images[0] = "<a href = 'http://www.LinkToBannersWebsite.com target=_new><img src='http://www.jouster.com/forums/images/banner/otis.gif' alt='Hover text'></a>";
images[1] = "<a href = 'http://www.LinkToBannersWebsite.com target=_new><img src='http://www.jouster.com/forums/images/banner/turnerslings.jpg'
alt='Hover text'></a>";
index = Math.floor(Math.random() * images.length);
document.write(images[index]);
</script>
</center>
Is it correct or do I have a boo-boo that I just can't see?
Thank you again!
|