Inserting a text randomizer - how?
Here's the code as I've constructed it:
<td style="width: 315px; text-align: center; vertical-align: middle;"> <big><span
style="font-style: italic;"></span></big>
<script language="JAVASCRIPT"><!--var r_text = new Array () ;
r_text[0] = "My husband and I had a wonderful stay at Singapore Deep. It was just wonderful to go and recharge the batteries.
We loved the view of the bay. Laura";
r_text[1] = "Wonderful couple of days,
you should be very proud of your setting and service. Many Thanks, Peter";
r_text[2] = "We had a really lovely 1st anniversary staying at Singapore Deep. We loved the wide sliding doors over looking the water. Sarah";
r_text[3] = "Margaret - thanks again for a wonderful 4 days at your retreat, it was great to meet you. Simon";
r_text[4] = "What an unusual and pleasant two days Paula and I enjoyed this week at Singapore Deep. We were very impressed indeed, not only with the architecture and view but with the cleanliness and high standard of fittings, equipment etc. Ian";
r_text[5] = "Just wanted to say thank you for providing such beautiful accommodation in SD1. We have just had a lovely weekend there enjoying the stunning view and feeling completely relaxed.
You provide just the right combination of privacy and luxury to make the whole experience a joy. Leanne";
r_text[6] = "I would like to let you know that my husband and I had wonderful day at Singapore Deep. We loved the seclusion and the gentle view of the bay. Laura";
var i = Math.round(6*Math.random());document.write(r_text[i]);//--></script></td><td
style="vertical-align: middle; white-space: nowrap; width: 175px; text-align: right;"><a
target="_blank" href="SD_2.html"><img
style="border: 0px solid ; width: 184px; height: 122px;"
title="Click to go to SD 2 page." src="SDTwoLHview52WA07a.jpg"
alt="Singapore Deep Two - 2 bedroom FSC accommodation"
hspace="120"></a></td> </tr></tbody></table>
I've tried to make the JavaScript snippet bold, but everything seems to be bold - sorry.
Can anyone spot the problem or point me to another forum if this isn't the appropriate one.

