<!-- Begin

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

Quotation[0] = "Taking a novel approach to identifying and introducing new technology.<br><br><br><br><br>";
Quotation[1] = "Developing markets, developing relationships, developing profitability.<br><br><br><br><br>";
Quotation[2] = "Operating under the precept that Customer Service is the key to success.<br><br><br><br><br>";
Quotation[3] = "Built on the initiative and enterprise of our highly trained team members.<br><br><br><br><br>";
Quotation[4] = "Many strive to solve problems; we strive to prevent them.<br><br><br><br><br>";
Quotation[5] = "Not so much obtaining new facts but discovering new ways of thinking about them.<br><br><br><br>";

// ======================================
// Do not change anything below this line
// ======================================
var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();

//  End -->