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

var inclArray= ["<img src=\"/images/pull-quote-top.gif\" /><div class=\"pull-quote\"><p style=\"margin-top:-5px;\">&quot;Many printers choose Mail Manager when they incorporate mailing services.… [It] is the most comprehensive and adaptable mail management software available.&quot;</h4></div><img src=\"/images/pull-quote-bottom.gif\" /><p><strong>Dennis Trump</strong><br/>Trump Printing – Decatur, IL</p>",
                "<img src=\"/images/pull-quote-top.gif\" /><div class=\"pull-quote\"><p style=\"margin-top:-5px;\">&quot;Mail Manager has helped make bulk processing quick and easy. It used to take 10 to 15 minutes to process 50,000 names. Now we can do it instantly.&quot;</h4></div><img src=\"/images/pull-quote-bottom.gif\" /><p><strong>April DeRossett</strong><br/>Music City Printing & Mailing – Nashville, TN</p>",
                "<img src=\"/images/pull-quote-top.gif\" /><div class=\"pull-quote\"><p style=\"margin-top:-5px;\">&quot;Mail Manager has a better design, options and extremely knowledgeable support personnel. The software has greater capacity, speed and a better overall interactive feel than other brands I've used.&quot;</h4></div><img src=\"/images/pull-quote-bottom.gif\" /><p><strong>John Turnbull</strong><br/>DS Direct – St. Louis, MO</p>",
                "<img src=\"/images/pull-quote-top.gif\" /><div class=\"pull-quote\"><p style=\"margin-top:-5px;\">&quot;BCC’s suite of mailing software solutions are superior to anything we looked at on the market. We use almost every product in Mail Manager, and they work seamlessly with our imaging and direct mail processing needs.&quot;</h4></div><img src=\"/images/pull-quote-bottom.gif\" /><p><strong>Mark McAnally</strong><br/>FXdirect – Dallas, TX</p>",
                "<img src=\"/images/pull-quote-top.gif\" /><div class=\"pull-quote\"><p style=\"margin-top:-5px;\">&quot;I would have been in the dark without Track N Trace—and my customer would have been $2,000 poorer.&quot;</h4></div><img src=\"/images/pull-quote-bottom.gif\" /><p><strong>Michael Libby</strong><br/>Perinton Publishing - Rochester, NY</p>",
                "<img src=\"/images/pull-quote-top.gif\" /><div class=\"pull-quote\"><p style=\"margin-top:-5px;\">&quot;BCC has, without a doubt, the best tech support in this or any other industry.&quot;</h4></div><img src=\"/images/pull-quote-bottom.gif\" /><p><strong>Grant P. Newman</strong><br/>Bassette Company - Springfield, MA</p>"]
var writeTestimonial2 = inclArray[randomVal(0,inclArray.length-1)];

