

var descText = new Array();



	descText[0]='<p class="quote"><em><span class="quote_start">We believe LexisNexis&reg; Risk</span> Management Solutions has already paid for itself. From stopping fraud to ensuring regulatory compliance and enhancing our ability to serve our members, our partership with <span class="quote_end">...</span></em></p><p class="author">- Doris Horton</p><p class="author_title">Compliance/Loss Prevention Officer<br />SAFE Federal Credit Union</p>';
	
	

	descText[1]='<p class="quote"><em><span class="quote_start">Nearly 10 years of practical use</span> and empirical testing has convinced me that LexisNexis&reg; Risk Solutions is the premier information provider for the debt collection industry. The incredibly deep LexisNexis databases, highly sophisticated analytics and willingness to provide customized solutions are just some of the reasons they are an integral part of our business<span class="quote_end">...</span></em></p><p class="author">- Tony Caram</p><p class="author_title">Director of Business Strategy<br />Weber Olcese</p>';
	
	

	descText[2]='<p class="quote"><em><span class="quote_start">With LexisNexis, there&#39;s no worrying</span> about chain of custody forms. I get all of my results online, and it&#39;s so much easier<span class="quote_end">.</span></p><p class="author">- Kristin Sneed</p><p class="author_title">Transportation Administrative Assistant<br />Gemini Motor Transport</p>';
	
	



var objCus;
if(document.all){
    objCus= document.all("custSuc");
    
} else if (document.getElementById){
    objCus= document.getElementById("custSuc");
} else if(document.layers){
    objCus= document.layers("custSuc");
}
if(objCus){
    var index1 = Math.floor(Math.random() * descText.length);		
    objCus.innerHTML = descText[index1];
}



