﻿function randomVal(num1,num2){
	return (num1 + Math.floor(Math.random()*(num2-num1+1)));
}

var inclArray= ["<img src=\"/images/pull-quote-top.gif\" class=\"pull-quote-img\" /><div class=\"pull-quote\"><p style=\"padding:5px 10px 5px 10px;\">&quot;Data Services has been great with BCC. We’ve made it mandatory for everyone’s jobs. It helps everyone avoid hassles with the Post Office. We’re really pleased—switching to Bell and Howell was the right decision.&quot;</h4></div><img src=\"/images/pull-quote-bottom.gif\" class=\"pull-quote-img\" /><p class=\"pull-quote-name\"><strong>Kerry Gradel</strong><br/>PJ Green<br/> – Utica, NY</p>",
                "<img src=\"/images/pull-quote-top.gif\" class=\"pull-quote-img\" /><div class=\"pull-quote\"><p style=\"padding:5px 10px 5px 10px;\">&quot;Bell and Howell’s prepaid [Data Services] pricing has saved me hundreds in processing fees, and my files are processed and returned to me in as little as five minutes. This service is terrific!&quot;</h4></div><img src=\"/images/pull-quote-bottom.gif\" class=\"pull-quote-img\" /><p class=\"pull-quote-name\"><strong>Gary Smith</strong><br/>James Allyn Printing & Mailing<br/> – Dublin, CA</p>",
                "<img src=\"/images/pull-quote-top.gif\" class=\"pull-quote-img\" /><div class=\"pull-quote\"><p style=\"padding:5px 10px 5px 10px;\">&quot;[Bell and Howell’s] on-site training helped us learn more aspects of the software…. The one-on-one training helped each of us learn at our own speed and level of knowledge.&quot;</h4></div><img src=\"/images/pull-quote-bottom.gif\" class=\"pull-quote-img\" /><p class=\"pull-quote-name\"><strong>Dawn Paradis</strong><br/>Globe Direct<br/> – Milbury, MA</p>",
                "<img src=\"/images/pull-quote-top.gif\" class=\"pull-quote-img\" /><div class=\"pull-quote\"><p style=\"padding:5px 10px 5px 10px;\">&quot;[Bell and Howell’s] turnaround time is phenomenal and the fact that we can submit lists without a minimum charge adds to our bottom line.&quot;</h4></div><img src=\"/images/pull-quote-bottom.gif\" class=\"pull-quote-img\" /><p class=\"pull-quote-name\"><strong>Dirk Harden</strong><br/>National Direct Mail<br/> – Poway, CA</p>",
                "<img src=\"/images/pull-quote-top.gif\" class=\"pull-quote-img\" /><div class=\"pull-quote\"><p style=\"padding:5px 10px 5px 10px;\">&quot;Before Track N Trace, it was a guessing game to predict delivery standards. [Now,] we're able to adjust our drop dates and hit in-home targets more effectively.&quot;</h4></div><img src=\"/images/pull-quote-bottom.gif\" class=\"pull-quote-img\" /><p class=\"pull-quote-name\"><strong>Natalie Bisnow</strong><br/>Dayton Mailing Services<br/> – Dayton, OH</p>",
                "<img src=\"/images/pull-quote-top.gif\" class=\"pull-quote-img\" /><div class=\"pull-quote\"><p style=\"padding:5px 10px 5px 10px;\">&quot;Kudos to Bell and Howell technical support for getting me through a rough one this morning. I have a very happy customer.&quot;</h4></div><img src=\"/images/pull-quote-bottom.gif\" class=\"pull-quote-img\" /><p class=\"pull-quote-name\"><strong>Rob Hopkins</strong><br/>Hopkins Mailing Services, Inc.<br/> – Addison, IL</p>",
                "<img src=\"/images/pull-quote-top.gif\" class=\"pull-quote-img\" /><div class=\"pull-quote\"><p style=\"padding:5px 10px 5px 10px;\">&quot;Bell and Howell is the 'Gold Standard' for customer service and software support. Companies like Microsoft should take lessons from them!&quot;</h4></div><img src=\"/images/pull-quote-bottom.gif\" class=\"pull-quote-img\" /><p class=\"pull-quote-name\"><strong>Gary Smith</strong><br/>James Allyn, Inc.<br/> – Dublin, CA</p>"]


var writeTestimonial3 = inclArray[randomVal(0,inclArray.length-1)];


