/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_quotes = 15;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
attrib="Jerome Pineau<br /> XSPRADA Corp.";
body="The guys who founded RLM are also those who initially worked on FLEXlm so right off the bat we had the confidence these folks knew what they were doing.";
}

if (quotes==1) {
attrib="Jerome Pineau<br /> XSPRADA Corp.";
body="RLM provided us with a time-limited trial version of their bits immediately. They were responsive from day one. Their technical support was flawless.";
}

if (quotes==2) {
attrib="Jerome Pineau<br /> XSPRADA Corp.";
body="It took one of our engineers half a day to integrate RLM with our 64-bit product. The process to generate license files was also quite simple and well documented. That, combined with an attractive price point, convinced us to go with Reprise. ";
}

if (quotes==3) {
attrib="Jerome Pineau<br /> XSPRADA Corp.";
body="Discovering RLM was a breath of fresh air. We've been running RLM for half a year now without a hitch. Looking back, we know we made the right decision in choosing Reprise.";
}

if (quotes==4) {
attrib="Mr. Bob Sledge<br /> Software Developer<br /> PQ Systems";
body="We looked at a number of potential licensing vendors, but RLM offered the appeal of a local license server rather than a 'license server in the cloud.' We did not want our customers to require internet access in order to use our software.";
}

if (quotes==5) {
attrib="Mr. Bob Sledge<br /> Software Developer<br /> PQ Systems";
body="The license sharing feature provided in RLM was an important component of our decision-making. We wanted to consume only one license token even when a user runs multiple instances of a protected application. Other vendors did not offer the sharing, nor did they allow sharing on a per-user basis under terminal services.";
}

if (quotes==6) {
attrib="Mr. Bob Sledge<br /> Software Developer<br /> PQ Systems";
body="The cost of RLM, which unlike some of its competitors, does not require the vendor to 'sell an organ to be able to afford it'.";
}

if (quotes==7) {
attrib="Scott Iverson<br /> President<br /> SiTex Graphics, Inc.";
body="RLM makes our software even more powerful and effective by providing our customers with the options and information they need to maximize its use.";
}

if (quotes==8) {
attrib="Scott Iverson<br /> President<br /> SiTex Graphics, Inc.";
body="We've been pleased enough with RLM to recommend it to other developers in our area, and they have likewise been impressed with the simplicity, flexibility and affordability of RLM.";
}

if (quotes==9) {
attrib="Dr. Nathan Wilson<br /> President<br /> Cardiovascular Simulation, Inc.";
body="We've been very happy with our experience to date and highly recommend RLM to any small startup that wants to focus on what makes you great and leave license management to the pros.";
}

if (quotes==10) {
attrib="T.R. Perala<br /> Customer Support<br /> EMA, Inc.";
body="From a support standpoint, we've had zero end-user issues with RLM in the two years that we have been using it. It works reliably and flawlessly every time an end-user installs our software for an evaluation or new sale.";
}

if (quotes==11) {
attrib="David Price<br /> President and Founder<br /> LP Technology LLC, USA";
body="We sell and support some of the most demanding and sophisticated Design Engineers in the world. RLM and Reprise do a superb job of helping us help our customers.";
}

if (quotes==12) {
attrib="Hal Carroll<br />Cofounder of Bright Orange Software<br /> Author of The Emerging ISV Handbook";
body="We've worked with Reprise since their inception and appreciate their dedication to flexible, affordable, and high-quality licensing with customer-centric support.";
}

if (quotes==13) {
attrib="Pranav Viswanathan<br /> Product Manager<br />Tetcos, India";
body="Reprise responded immediately by giving us an evaluation copy and supported us extensively throughout our migration. We have been running RLM for over 2 years now without a hitch and would gladly recommend it.";
}

if (quotes==14) {
attrib="Steven C. Gibson<br /> Integral Systems Inc.";
body="I'd like to mention how happy we are with your level of support. Your responses were timely and accurate. As someone who often has to field customer questions on a regular basis I appreciate the value of a knowledgeable support staff.";
}


document.write('<div class="testimonialText">');
document.write('' + body + '</div>');
document.write('<div class="testimonialAttribution">');
document.write(''+ attrib +'');
document.write('</div>');
