var mess = new Array(
					 
					 '“Using Chronos we are able to use the same instrumentation for certification testing in the lab and in the field producing strictly comparable and consistent results in both environments.  The same instrumentation also provides accurate performance measurement and analysis over the long term“, says Bob Mandeville, President of Iometrix.“<br>Bob Mandeville, President, Iometrix',
					 
					 '"SyncWatch probes are the Telecom Industrys most flexible synchronisation data acquisition devices"<br>Paul Phelan, CTO, Data Edge',
					 
					 '"Telia Denmark has been using Chronos synchronisation (timing) testing &amp; monitoring solutions for some time now with very good results."<br>Jan Christensen, Telia Denmark',
					 
					 '"We have been using SyncWatch now for more than 6 months. The probes are easy to deploy making it simple to move around our network as required. Initially we have been using the system to investigate specific problems in our network including some very intermittent faults but later I hope to deploy it in a more permenant way. SyncWatch is capturing intermittent faults in our network, faults that are never there when an engineer visits site with traditional test equipment! With this information we are improving the service our customers receive."<br>Bjorn Bratell, Broadband &amp; Platforms. Telenor (Nordics)',
					 
					 '"TDC has been working with Chronos for 18 months on a SyncWatch rollout program. SyncWatch is providing TDC with real time valuable network performance data at a significant number of exchange sites. This new QOS information is used to ensure we continue to provide a stable and reliable network infrastructure on which our services are delivered. TDC has been very happy with the commitment and communication (including fault escalation procedures) from Chronos."<br>Claus Bundgaard, Manager Backbone Capacity, TDC (Denmark)',
					 
					 '"During a successful trial period, Chronos synchronisation monitoring tool SyncWatch has helped us more quickly identify network issues that might have developed to affect the quality of the mobile services we are responsible for delivering to our clients. SyncWatch is easy to deploy and operate and gives us practical information we can use to improve our network proactively."<br>Robert Angus, Manager Transmission Support, Tele2 AB (Sweden)',
					 
					 '"SyncWatch together with Symmetricoms TimeMonitor software are an extremely flexible system that helps us in the lab and in the wider operating network."<br>Jan Christensen, Telia Denmark',
					 
					 '"SyncWatch probes are the Telecom Industrys most flexible synchronisation data acquisition devices."<br>Paul Phelan, CTO, Data Edge',
					 					 
					 '"SyncWatch is used to assess synchronisation quality at key points in our Next Generation networks as they evolve."<br>Mobile Operator, Europe',
					 
					 '"In our labs we also use SyncWatch to carry out compliance to Standards and interoperability testing. These tools have undoutedly given us the synchronisation visibility we needed as we migrate to a wholly ethernet / IP world."<br>Mobile Operator, Europe',
					 
					 '"SyncWatch Standalone has been used to help assess the performance of next generation synchronisation technologies prior to final selection."<br>Network Operator, Scandinavia',
					 					 
					 '"Having a network independent testing and monitoring solution like SyncWatch gives us the synchronisation performance data we need to ensure good relaibility and performance."<br>Network Operator, Scandinavia'
					 );

var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);