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

var inclArray= ["<div class=\"Success_quote\"><br/><h3 style=\"margin:0 10px 0 10px;\">\"It was very partner-like: [BCC] listened to our problems, and came up with what we needed. And the cost savings was just huge. \"</h3></div><div class=\"Success_attributed\"><h2>Kerry Still<br />IPC Print Services<br/>St. Joesph, MI</h2><br /></div>",
                "<div class=\"Success_quote\"><br/><h3 style=\"margin:0 10px 0 10px;\">\"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.\"</h3></div><div class=\"Success_attributed\"><h2>Marty Bowie<br />Security Finance<br/>Spartanburg, NC</h2><br /></div>",
                "<div class=\"Success_quote\"><br/><h3 style=\"margin:0 10px 0 10px;\">\"Your <em>PostalOne!</em> files are perfect.\"</div><div class=\"Success_attributed\"><h2>Michelle Hilston<br />Consolidated Graphics Group<br/>Cleveland, OH</h2><br /></div>",
                "<div class=\"Success_quote\"><br/><h3 style=\"margin:0 10px 0 10px;\">\"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.\"</div><div class=\"Success_attributed\"><h2>Natalie Bisnow<br />Dayton Mailing Services<br/>Dayton, OH</h2><br /></div>",
                "<div class=\"Success_quote\"><br/><h3 style=\"margin:0 10px 0 10px;\">\"BCC is the Gold Standard for customer service and software support. \"</div><div class=\"Success_attributed\"><h2>Gary Smith<br />James Allyn Printing & Mailing <br/>Dublin, CA</h2><br /></div>",
                "<div class=\"Success_quote\"><br/><h3 style=\"margin:0 10px 0 10px;\">\"With BCC we’re going to be able to offer more to our customers [and] make their lives easier. We’re looking with excitement to the future.\"</div><div class=\"Success_attributed\"><h2>Don Landis<br />Arandell Corporation<br/>Menomonee Falls, WI</h2><br /></div>"
                ] 
var writeSuccess = inclArray[randomVal(0,inclArray.length-1)];
