            var Quotation=new Array() 
            Quotation[0] = "\"I would recommend your company to everyone.\" \<br>\<br> ~Jeff Bryant \<br> \&nbsp;\&nbsp;Breckinridge Insurance Group";
            Quotation[1] = "\"I can not tell you what a relief it is for me to have such competent, absolutely brilliant professionals for RPC to use for our technical needs. Our move went very smoothly, and it was largely due to their skills and professionalism. \" \<br>\<br> ~Rachel Toungate \<br> \&nbsp;\&nbsp;RPC Consulting";
            Quotation[2] = "\"White Glove has been fabulous. I interviewed six companies and chose them. Since they've taken over care of our network (and all IT related issues), we've never had any problems. They're responsive, knowledgeable, and efficient at what they do. \" \<br>\<br> ~Gary J. Giarratano \<br> \&nbsp;\&nbsp;Phoenix Management, Inc";
            Quotation[3] = "\"Preston was extremely courteous, knowledgeable, prompt and a pleasure to work with. I wish I had a dozen employees just like him. \" \<br>\<br> ~Ken Jahns \<br> \&nbsp;\&nbsp;Kdr Services Inc.";
            Quotation[4] = "\"Just wanted to drop a quick note to thank you guys for responding so promptly this week to my call for help with my computer.\" \<br>\<br> ~Ellie R. King \<br> \&nbsp;\&nbsp;Austin Ear, Nose and Throat \<br>\&nbsp; Associates";
            Quotation[5] = "\"I really appreciate when service technicians come in and completely fix my problems without giving me the run-around.\" \<br>\<br> ~Alice Thomas \<br> \&nbsp;\&nbsp;Chaparral Veterinary";
            Quotation[6] = "\"I wanted to take a moment out of my busy day to say it was my personal and professional pleasure to work with your team of great guys over the past few weeks. I really do appreciate all the hard work they put into getting our network and phone lines up.\" \<br>\<br> ~Darryl L. Adams \<br> \&nbsp;\&nbsp;FCE Benefit Administrators";
            Quotation[7] = "\"I want to tell you how impressed I am with every level of support your company offers us. Joel, Eric, and Jordan have all been most professional and very helpful in each area of their specialties.? Mark and Rick have done a great job of listening as we migrate in our new direction for technology.\" \<br>\<br> ~Tom Leyden \<br> \&nbsp;\&nbsp;Texas Association of Secondary \<br>\&nbsp;\&nbsp;School Principles";
			Quotation[8] = "\"Trung\’s and White Glove Technology\’s really quick and effective response to my PC panic \"saved my life\"!  He so well represents his \"hi tech\" service company, and I\’m so grateful to him and WGT..\" \<br>\<br> ~Will \<br> \&nbsp;\&nbsp;Hull Henricks";
            var Q = Quotation.length;
            var whichQuotation=Math.round(Math.random()*
            (Q-1));
            function showQuotation(){document.write(Quotation
            [whichQuotation]);}
            showQuotation();
