
				<!--
				var r_text = new Array ();
				r_text[0] = "&quot;The Site Manager was very helpful and clear about what happens at U Hold The Key. The office was helpful. The site opening hours were good.&quot;  <h3>Newcastle Customer</h3> ";
				r_text[1] = "&quot;Storage was not available for the site I wanted when I first enquired but within two weeks I received a call offering me a store.&quot; <h3>Bishop Auckland Customer</h3>";
				r_text[2] = "&quot;You had availability of storage at the time I enquired. I was given a clear explanation of how the storage works. I was given advice on the size of store I needed.&quot; <h3>Durham Customer</h3>";
				r_text[3] = "&quot;I found you in the local paper. I would use you again and I would recommend you to a friend.&quot; <h3>Stanley Customer</h3> ";
				r_text[4] = "&quot;Good site opening hours. Good manoeuvrability space for vehicles. Good advice on size of store required.&quot; <h3>Newcastle Customer</h3>";
				r_text[5] = "&quot;We would use you again. We would recommend you to a friend. We picked you because you are easy to use, inexpensive, provide a good service and are innovative.&quot; <h3>Stanley Customer</h3> ";
				r_text[6] = "&quot;The Manager was on time and efficient when he met to give us the store. The office staff are friendly and efficient.&quot; <h3>Newcastle Customer</h3>";
				r_text[7] = "&quot;The service from your office was polite and you were easy to deal with. I would definitely use you again.&quot; <h3>Newcastle Customer</h3>";
				r_text[8] = "&quot;I had no concerns about security on site. I did not encounter any problems. There was good access for vehicles on site.&quot;  <h3>Eaglescliffe Customer</h3>";

				var i = Math.floor(9*Math.random())
				
				document.write(r_text[i]);
				
				//-->
 
