
<!--
var r_text = new Array ();
r_text[0] = "<div id=\"quote\">\"Because I work largely on my own, it\'s good to know that Star 21 is there to handle my calls whenever I\'m out of the country or on holiday. I don\'t need to worry about a thing! I know my calls are in very safe hands and I can access my messages any time I choose.\"<div class=\"clear\"><span id=\"quotename\"><a href=\"http://www.content-creation.co.uk/\" target=\"_blank\">Angela Sherman, Content Creation</a></span></div></div>";
r_text[1] = "<div id=\"quote\">\"It\'s impossible to calculate the value that Star 21 adds to my clinic. The service they provide is second to none. So many of our patients arrive, having spoken on the phone (and possibly having been guided to the clinic for the first time) and express amazement that Ethel isn\'t sitting behind our desk! It\'s like having a team of receptionists and PAs permanently working for you and your clients. We couldn't do without them!\"<div class=\"clear\"><span id=\"quotename\"><a href=\"http://www.jointsolutions.uk.com/\" target=\"_blank\">Alan Dryer, Joint Solutions</a></span></div></div>";
r_text[2] = "<div id=\"quote\">\"I thought that 'down-sizing' the business would cause me problems. However, due to the professionalism and efficiency of the team at Star 21, the transition has been relatively easy and our clients have been unaware of my turmoil. I cannot think of one thing I would change about the service.\"<div class=\"clear\"><span id=\"quotename\"><a href=\"http://www.oregentraining.com/\" target=\"_blank\">Sue Cooper, Oregen Computer Training Ltd</a></span></div></div>";
r_text[3] = "<div id=\"quote\">\"They all have an excellent sense of judging urgency of calls, which leaves me time to develop the business. It\'s a cost-effective service - couldn\'t be improved!\"<div class=\"clear\"><span id=\"quotename\"><a href=\"http://www.ecgtraining.co.uk/\" target=\"_blank\">Jane Lambert, ECG Ltd</a></span></div></div>";
r_text[4] = "<div id=\"quote\">\"The team have gone out of their way to understand my business and they just seem to know what's urgent and what isn\'t. I can't thank them enough - and can't imagine how I would run my business now without them!\"<div class=\"clear\"><span id=\"quotename\"><a href=\"http://www.crispinrhodes.co.uk/\" target=\"_blank\">Angela Rhodes, Crispin Rhodes Ltd</a></span></div></div>";

var arraylength = r_text.length;
var i = Math.floor(arraylength*Math.random())

document.write(r_text[i]);

//-->

