function getTestimonialsMessage()
{
	var ar = new Array(18);
	
	ar[0] = '<font style="font:bold 11pt Arial; color:#AFE6FE;">Vernice Hunson</font><br />I started using my Niagara Therapy chair on 7th May 2004. I have continued to use it every day since...';
	ar[1] = '<font style="font:bold 11pt Arial; color:#AFE6FE;">Bern Baxter</font><br />My three daily sessions of therapy on the chair are now the highlights of my day, and look forward to...';
	ar[2] = '<font style="font:bold 11pt Arial; color:#AFE6FE;">Dean Holmes</font><br />I immediately bought the pad and the hand unit and within 2 weeks of daily use I noticed a definite improvement.';
	ar[3] = '<font style="font:bold 11pt Arial; color:#AFE6FE;">Dot and Jack McLennan</font><br />The chair is very relaxing to sit in and comfortable. We both saw the value in the chair from the beginning...';
	ar[4] = '<font style="font:bold 11pt Arial; color:#AFE6FE;">Freda Leyton</font><br />In the short space of time that we have had the chair we are extremely pleased with the improvement in...';
	ar[5] = '<font style="font:bold 11pt Arial; color:#AFE6FE;">Mrs Jan Ward</font><br />Voila! From going downhill fast and hardly being able to walk - an hour later I was walking around and...';
	ar[6] = '<font style="font:bold 11pt Arial; color:#AFE6FE;">Jean Lindfield</font><br />I must say I was very sceptical about how it could possibly help me but it does work and I just love it.';
	ar[7] = '<font style="font:bold 11pt Arial; color:#AFE6FE;">Laurie and Gay Madden</font><br />I started using the Niagara Hand held unit for about 5-10 minutes a day and about 3 days after the pain has gone.';
	ar[8] = '<font style="font:bold 11pt Arial; color:#AFE6FE;">Lesley and Doug Stinson</font><br />We now use the unit regularly each day for around 20 minutes a time and even compete with eachother to...';
	ar[9] = '<font style="font:bold 11pt Arial; color:#AFE6FE;">Marjory Macnamara</font><br />I am using Niagara Therapy every day, easy for me to use, I have it in the lounge chair so I use it while...';
	ar[10] = '<font style="font:bold 11pt Arial; color:#AFE6FE;">Mrs E M Roatz</font><br />Within 20 minutes of using the Niagara Thermo Cyclopad I could feel the difference.';
	ar[11] = '<font style="font:bold 11pt Arial; color:#AFE6FE;">Alan and Brenda Bateman</font><br />We highly recommend your product and as a result have seen the benefits that other users with different health...';
	ar[12] = '<font style="font:bold 11pt Arial; color:#AFE6FE;">Rex &amp; Carryl Tory</font><br />We can only speak highly of our purchase and the Niagara team who are always willing to help us with...';
	ar[13] = '<font style="font:bold 11pt Arial; color:#AFE6FE;">Ruth Frost</font><br />We have only used our Niagara Thermopad for five months and it has already paid for itself in giving my...';
	ar[14] = '<font style="font:bold 11pt Arial; color:#AFE6FE;">Selwyn John Day</font><br />I have had immediate relief in a week. I can now do things I couldn’t do. It started to happen very rapidly.';
	ar[15] = '<font style="font:bold 11pt Arial; color:#AFE6FE;">Sharyn Campbell</font><br />Her last four years were the most comfortable and that was due to her use of your products.';
	ar[16] = '<font style="font:bold 11pt Arial; color:#AFE6FE;">Thelma Pollard</font><br />I COULD NOT BELIEVE MY EYES. For the FIRST TIME in nearly 22 YEARS the fingers on my left hand...';
	ar[17] = '<font style="font:bold 11pt Arial; color:#AFE6FE;">Ken Duncan</font><br />I wish to express my appreciation for the relief of pain and suffering I have received since using Niagara. ';

	var now = new Date();
	var sec = now.getSeconds();
	
	document.writeln(ar[sec % 18]);
}
