	function ChangeText() {

	var cur=Math.round(10*Math.random())
	if (cur==0)
		var txtClientQuote = "\"I was most impressed by how responsive you were.\"\<br\>\<b\>Class-Action \&amp\; Securities Litigation Co-Chair, Top 75 Firm\<\/b\>"
	if (cur==1)
		var txtClientQuote = "\"Thanks\!  We appreciate you finding such a qualified expert\!\"\<br\>\<b\>President, Technology Boutique Firm\<\/b\>"
	if (cur==2)
		var txtClientQuote = "\"You have a gold star in my book for helping us.\"\<br\>\<b\>Partner, Top 100 Firm\<\/b\>"
	if (cur==3)
		var txtClientQuote = "\"All of the people that you identified bring something to the table for my case.\"\<br\>\<b\>Associate, Top 25 Firm\<\/b\>"
	if (cur==4)
		var txtClientQuote = "\"You have been a pleasure to work with, and I will turn to you again in the future.\"\<br\>\<b\>Counsel, Top 50 Firm\<\/b\>"
	if (cur==5)
		var txtClientQuote = "\"You guys are the first folks many of us call when a hard to find expert is needed.\"\<br\>\<b\>Litigation Managing Partner, Top 200 Firm\<\/b\>"
	if (cur==6)
		var txtClientQuote = "\"You found a much better expert and provide much more personal service than your competition. I will use you again.\"\<br\>\<b\>Attorney, Top 100 Firm\<\/b\>"
	if (cur==7)
		var txtClientQuote = "\"I\'ve seen what you guys can do. Next time we\'ll try to get you involved more than a couple of weeks before the disclosure deadline.\"\<br\>\<b\>Attorney, Top 10 Firm\<\/b\>"
	if (cur==8)
		var txtClientQuote = "\"We consider you a wonderful find.\"\<br\>\<b\>Partner, Top 200 Firm\<\/b\>"
	if (cur==9)
		var txtClientQuote = "\"The IMS team provided me with a stellar expert in a patent case requiring specialized knowledge in a narrow technical area of expertise.\"\<br\>\<b\>Partner, Top 75 Firm\<\/b\>"
	if (cur==10)
		var txtClientQuote = "\"Thank you for all of your hard work on this project and fast turn around. These experts appear at first blush to be highly qualified and very close to what I described to you.\"\<br\>\<b\>Partner, Top 100 Firm\<\/b\>"



document.write(txtClientQuote);

}


function ChangePhone(txtPhone){ 

var message="Toll Free: 877 - 838 - 8464"
var neonbasecolor="#959595"
var neontextcolor="#213a65"
var flashspeed=400  //in milliseconds

///No need to edit below this line/////

var n=0
if (document.all||document.getElementById){
document.write('<font color="'+neonbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
document.write('</font>')
}
else
document.write(message)

function crossref(number){
var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
return crossobj
}

function neon(){

//Change all letters to base color
if (n==0){
for (m=0;m<message.length;m++)
//eval("document.all.neonlight"+m).style.color=neonbasecolor
crossref(m).style.color=neonbasecolor
}

//cycle through and change individual letters to neon color
crossref(n).style.color=neontextcolor

if (n<message.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",1500)
return
}
}

function beginneon(){
if (document.all||document.getElementById)
flashing=setInterval("neon()",flashspeed)
}
beginneon()

document.write(txtPhone); 

} 

