//---------------------------------------------------------------------------------------------------
// Copyright ?2002 Bushman Technologies (http://www.bushmantech.net)								-
// TERMS :	You may not remove above copyright statement. The rest of this message may be deleted.	-
//			You may not remove the link to Qyoteserver homepage in the generated statement without 	-
//			consent from Bushman Technologies.														-
// Quotes from : http://quoteserver.bushmantech.net													-
//---------------------------------------------------------------------------------------------------
// Author(s): Richard de Breyn						-
//---------------------------------------------------
// INCLUDED : 31 quotes.							-
// USAGE 	: Include this file into HTML document.	-
//			  In HTML document, include the line:	-
//				<script>putQ();</script>			-
// UPDATES 	: http://www.bushmantech.net			-
//---------------------------------------------------
var qArr = new Array();
// Add quotes here.
qArr[00] = ["&nbsp;", "&#147;领先的数据库厂商、成长中的存储解决方案厂商、位居第一的应用与数据库管理、致力于效率与业务连续性的技术&#148;"];
qArr[01] = ["&nbsp;", "&#147;主动式保障服务、关注数据的生命周期、协泰服务追求最佳性能与可用性&#148;"];
qArr[02] = ["&nbsp;", "&#147;细致的保护与关注、全面的分析与掌握、先进的服务体系、挖掘数据的潜在价值&#148;"];
qArr[03] = ["&nbsp;", "&#147;服务响应及时周到、基于解决方案的顾问式咨询、经验丰富的服务团队、致力于提高客户满意度&#148;"];
qArr[04] = ["&nbsp;", "&#147;数据抢救与故障修复、数据库管理工作外包、特色功能及方案设计实施、顾问式合作与培训&#148;"];
qUsed = new Array();

function PSputQ(){
	x=gUQ();
	document.open();
 	document.write(qArr[x][1]+"<BR><br>"+qArr[x][0]+" ");
	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;
}
