//---------------------------------------------------------------------------------------------------
// Copyright © 2002 Bushman Technologies (http://www.bushmantech.net)								-

var qArr = new Array();
// Add quotes here.
qArr[00] = ["", "&quot;All questions answered. Staff is outstanding, knowledgeable and courteous. I am a very satisfied client!&quot; - Everett WA"];
qArr[01] = ["", "&quot;Everyone was courteous and worked hard to meet my needs, and to handle the paperwork from across the country.&quot; - Lynnwood WA"];
qArr[02] = ["", "&quot;Everyone was calm and expedient, very professional.&quot; - Gig Harbor WA"];
qArr[03] = ["", "&quot;All involved made my first home-buying experience easy and stress-free. I will certainly recommend you to others.&quot; - Shoreline WA"];
qArr[04] = ["", "&quot;Very efficient professionals made this transaction smooth and pleasant.&quot; - Seattle WA "];

qUsed = new Array();

function BTJSputQ(){
	x=gUQ();
	document.open();
 	document.write(qArr[x][1]+"<BR>"+qArr[x][0]+"<a href=\'http:\/\/www.bushmantech.net\/index.asp?prod=2&major=0&minor=2&action=1\' target=\'bushman\'></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;
}
