var qArr = new Array();
// Add quotes here.
qArr[00] = "...This is great!  This is definitely a 'best kept secret'.";
qArr[01] = "...It's more laid back over here and you can't beat the price and location.";
qArr[02] = "...Thank you for helping us to feel more at home here.";
qArr[03] = "...From the affordability to the incredibly reliable and friendly management, The Mill is the ideal location for me to make my transition to a new place near perfect.";
qArr[04] = "...Ron is cool!";
qArr[05] = "...Cheap, nice and quiet!";
qArr[06] = "...Great living here.";
qArr[07] = "...The Mill is Great! It is quiet but still fun, and the landlord is excellent.  I wouldn’t live anywhere else.";
qArr[08] = "...Great Deal!";
qArr[09] = "...I like that it is quieter than most other complexes, and I like its location in relation to campus.";
qArr[10] = "...Good place to live, nice location, quick repairs.";
qArr[11] = "...Amazing cost for what we get.  Thank you!";
qArr[12] = "...I love living here !! (Smiley face).";
qArr[13] = "...Great place, thanks for everything.";
qArr[14] = "...Much quieter and cleaner than other places and parking is never a problem. Ron is cool! He let us borrow a table for Thanksgiving.";
qArr[15] = "...We have 3 more daughters, providing they choose JMU, coming your way.";
qArr[16] = "...I will highly recommend your apartment complex to friends whose son or daughter are going to JMU and wish to live off campus.";
qArr[17] = "...I have friends who live there and love it.";
qArr[18] = "...All of the tenants really appreciate all you've done to make our college experience as smooth as possible. Thank you.";
qArr[19] = "...Out of all the apartment complexes, The Mill by far is the best to live in, all because of your efforts.";
qArr[20] = "...Just another thing on the list of awesome things you do for your tenants here at The Mill. Thanks for always exceding our expectations.";
qArr[21] = "...I truly appreciate the extra effort...";
qArr[22] = "...Thank you so much for a great year at The Mill.  Your office was always available and able to help whenever we had any concern at all.";
qArr[23] = "...We were very impressed with the service at The Mill.  I would definitely recommend The Mill Apartments to any college student.";
qArr[24] = "...I wish I was there for another year, but I graduated...";
qArr[25] = "...The Mill has become the finest and most sought after off-campus housing...";
qArr[26] = "...The Mill is priced perfectly for the size and value...";
qArr[27] = "...The Mill solved all my housing problems and then some...";
qArr[28] = "...If I had to choose an apartment complex again, it would definitely be The Mill...";
qArr[29] = "...“Thank you all for making the 2 years I lived (in my apartment) so awesome.  You did so much for us…it really felt like home...";
qUsed = new Array();

function BTJSputQ(){
	x=gUQ();
	document.open();
 	document.write("<br/>"+qArr[x]+" <BR/><BR/>(<a href=\'http:\/\/www.themillapts.com\/testimonials.htm' target=\'testimonials\'><b>more resident quotes...<b></a>)");
	document.close();
}

function gUQ(){
	z=false;x=0;
	for(var i=0;i<1;){x=Math.floor(Math.random()*(qArr.length));if(checkIt(x)) i = 1;}
	qUsed[qUsed.length] = x;return x;
}

function checkIt(val){
	for(i=0;i<qUsed.length;i++){if(qUsed[i]==val){return false;}}
	return true;
}
