// JavaScript Document

// ==============================================
// Copyright 2004 by CodeLifter.com
// Free for all; but please leave in this header.
// ==============================================

var Quotation=new Array() // do not change this!

Quotation[0] = "<div align=left>When marketing folks ask me to recommend a web developer... one name comes to mind. Robert. His creative typically outperforms our controls.</div><div align=left class=smallText style=padding-top:10px;><i>Chris d'Eon, Vice President of Marketing<br>RealAge</i></div>";

Quotation[1] = "<div align=left>Robert did an excellent job both of creating the artistic look and feel of the websites but also of optimizing them to achieve our company objectives. Robert was able to balance the aesthetic with business requirements to maximise the impact and revenues from our web presence. In addition he performed exceptionally in managing both internal and external resources to deliver on broad objectives.</div><div align=left class=smallText style=padding-top:10px;><i>Lance Cottrell, President and Chief Scientist<br>Anonymizer</i></div>";

Quotation[2] = "<div align=left>Robert Torres played an integral role in our Federal and Enterprise sales initiatives including development of our first Enterprise website, Enterprise Chameleon brand awareness, marketing materials, graphics, and project management. He is a positive thinking, talented, and energetic leader with strong integrity.</div><div align=left class=smallText style=padding-top:10px;><i>John H. Roshala, Vice President, Enterprise Sales<br>Anonymizer</i></div>";

Quotation[3] = "<div align=left>Robert is... able to work in a variety of different styles and media, and understands how to bridge good design with the requirements of a business environment.</div><div align=left class=smallText style=padding-top:10px;><i>Jonathan Sills, SVP Strategy and Corporate Development<br>Provide Commerce</i></div>";

Quotation[4] = "<div align=left>Directly Creative are stellar creative gurus and direct marketers, a rare combination. I've had the pleasure of working with Directly Creative for over five years and there is nobody else I trust more for my creative needs.</div><div align=left class=smallText style=padding-top:10px;><i>Lee Mills, Founder &amp; President, BeyondClicks<br>President, iMarketers Association</i></div>";

var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();
