

var r_text = new Array ();
var r_text_title = new Array ();

r_text[0] = "I congratulate you on such consistently high standards of programming work.  It gives me enormous comfort to know that my projects are in competent and creative hands...  Retaining you as my programming consultant ensures these outcomes and allows me to rest easy at night...";
r_text_title[0] = "Dr John Lourens, FCPA<br />Swinburne  University ";

r_text[1] = "What a marked improvement for our internal customers! The feel and character is in line with our branding and positioning, a significant improvement to the old site. It is also easy to navigate. Well done for progressing it this far, and don't let up on the business until we have it where we want it to be...";
r_text_title[1] = "Tony Osley, <br />CEO Moore Pty Ltd";

r_text[2] = "Thank you for outstanding contribution to our company. You've exemplified our values and shown where we want to be as organisation and what we all need to do to get  there. I appreciate your effort...";
r_text_title[2] = "Steve Falconer,  <br />CEO, Air International";


r_text[3] = "We are very pleased with what they have produced for us both technically and aesthetically and would happily recommend e-sight as a web developer of choice for anyone considering this service...";
r_text_title[3] = "Rob Wise<br /> Managing Director SMStheJOB";


var i = Math.floor(4*Math.random())

document.getElementById('testtext').innerHTML=r_text[i];
document.getElementById('testtitle').innerHTML=r_text_title[i];



