﻿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=\"margin-top:-5px;\">&quot;Mail Manager provides everything we need to get the job done, literally within a couple of clicks. BCC's response time and service have always been top of the line.&quot;</h4></div><img src=\"/images/pull-quote-bottom.gif\" class=\"pull-quote-img\" /><p class=\"pull-quote-name\"><strong>Dave Ridgeway</strong><br/>Mailers Computer Services<br/> – Beltsville, MD</p>",
                "<img src=\"/images/pull-quote-top.gif\" class=\"pull-quote-img\" /><div class=\"pull-quote\"><p style=\"margin-top:-5px;\">&quot;Mail Manager helps us get customers’ mail where it needs to go — faster, easier and for less money. We maintain consistent turnaround times and never miss mail dates.&quot;</h4></div><img src=\"/images/pull-quote-bottom.gif\" class=\"pull-quote-img\" /><p class=\"pull-quote-name\"><strong>Carol Wilson</strong><br/>Panaprint<br/> – Macon, GA</p>",
                "<img src=\"/images/pull-quote-top.gif\" class=\"pull-quote-img\" /><div class=\"pull-quote\"><p style=\"margin-top:-5px;\">&quot;BCC and Mail Manager are at the very top  of the league as far as presort and database  software. Your customer service department, online moderators and support staff always go the extra mile.&quot;</h4></div><img src=\"/images/pull-quote-bottom.gif\" class=\"pull-quote-img\" /><p class=\"pull-quote-name\"><strong>Chris Stanga</strong><br/>Qualified Presort Service<br/> – Sioux Falls, SD</p>",
                "<img src=\"/images/pull-quote-top.gif\" class=\"pull-quote-img\" /><div class=\"pull-quote\"><p style=\"margin-top:-5px;\">&quot;Mail Manager LE enables us to compete for business we couldn’t have previously…. We can guarantee our customers the highest practical postage discount.&quot;</h4></div><img src=\"/images/pull-quote-bottom.gif\" class=\"pull-quote-img\" /><p class=\"pull-quote-name\"><strong>Gadi Na’aman</strong><br/>Sir Speedy<br/> – Newtown, PA</p>",
                "<img src=\"/images/pull-quote-top.gif\" class=\"pull-quote-img\" /><div class=\"pull-quote\"><p style=\"margin-top:-5px;\">&quot;It’s no small matter to jump ship – it’s not something you do on a whim. From our perspective, we’re hoping to be long-term BCC customers.&quot;</h4></div><img src=\"/images/pull-quote-bottom.gif\" class=\"pull-quote-img\" /><p class=\"pull-quote-name\"><strong>Kerry Still</strong><br/>IPC Print Services</p>",
                "<img src=\"/images/pull-quote-top.gif\" class=\"pull-quote-img\" /><div class=\"pull-quote\"><p style=\"margin-top:-5px;\">&quot;It came down to BCC and one other vendor, and BCC clearly had more functionality. It’s a very robust software. There’s a lot of power there.&quot;</h4></div><img src=\"/images/pull-quote-bottom.gif\" class=\"pull-quote-img\" /><p class=\"pull-quote-name\"><strong>Marty Bowie</strong><br/>Security Finance</p>",
                "<img src=\"/images/pull-quote-top.gif\" class=\"pull-quote-img\" /><div class=\"pull-quote\"><p style=\"margin-top:-5px;\">&quot;When there is an issue, we can not only count on your understanding of the problem, we can count on you helping us come up with a solution -- even if it's a little \'out of the box.\'&quot;</h4></div><img src=\"/images/pull-quote-bottom.gif\" class=\"pull-quote-img\" /><p class=\"pull-quote-name\"><strong>Ellie Alexander</strong><br/>Newkirk<br/> - Albany, NY</p>"]
var writeTestimonial = inclArray[randomVal(0,inclArray.length-1)];

