var Quotation=new Array()

Quotation[0] = " \"With fantastic employees such as these, I have no doubt that WTA will continue to be a premier provider for Oracle databases and applications support.\"";

Quotation[1] = "\"Thank you for all your help.  Your information is very helpful to us.  We really appreciate and regard your knowledge of the Oracle Database.\"";

Quotation[2] = "\"Without you WTA, Our Oracle Data Warehouse project would not have been a success like it is today! Fordham University appreciates all your help.\"";

Quotation[3] = "\"I couldn’t apply 10 million pounds of steel to customer’s orders without having the WTA developed Oracle Data Mart.\"";

Quotation[4] = "\"WTA Consulting has a wealth of experience successfully integrating various systems from small MS Access applications to large Oracle Applications and everything in between.\"";

Quotation[5] = "\"WTA Consulting has provided excellent quality & cost effective customized solutions in the management & reporting functions of our work control system.\"";

Quotation[6] = "\"In addition, their development of customized reports, intranet web resources, and system automation has been a dramatic benefit to Davis Besse’s critical work control operations\"";

Quotation[7] = "\"Our recent website development with WTA has allowed Chase Brass to exploit Internet/Web technologies more quickly and efficiently than if we had tried to develop it in-house.\"";

Quotation[8] = "\"WTA's Internet Technology Practice and Oracle's iAS Server helped LeagueBoss.com save 60% on our server infrastructure.\"";

Quotation[9] = "\"Because of the great DBA & Applications support provided by WTA, the system was restored with minimal amount of down time to our users.\"";

Quotation[10] = "\"Just wanted to let you know of the consultants' efforts.  The WTA consultants are excellent and are a pleasure to work with.\"";

Quotation[11] = "\"Because of the great DBA & Applications support provided by WTA, the system was restored with minimal amount of down time to our users.\"";

Quotation[12] = "\"I want you to know how pleased I am with this work. I know that the quality will surpass my expectations. Thank you for coming through for us.\"";

var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}

