function randNum (num) {
     var now = new Date();
     var rand = Math.round(num * Math.cos(now.getTime()));
     if (rand < 0) rand = - rand; if (rand == 0) rand++;
     return rand;
     }


var testimonials=['You  delivered good funds in less than 48 hours.&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#1">','The process went much smoother than I ever imagined it would.&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#2">','It was the best decision for us to do business with Hain Capital Group&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#3">','Hain Capital helped us make the best of an unfortunate situation&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#4">','Your service is outstanding!&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#5">','Hain was timely and acted promptly with my claim&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#6">','We haven&#39;t had a lot of experience with bankruptcy filings so we appreciated your help.&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#7">','The paperwork was easy to fill out and the process was simple to follow.&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#8">','Hain handled our claim with one aim in mind - &quot;Us&quot;. That&#39;s what I call turbo charging customer service&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#9">','Minimal effort was required on our part which made the whole transaction smooth&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#10">','I had no doubt you were being up front with me and it weighed in my decision in going with you vs. one of your competitors&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#11">','Hain Capital adeptly and expertly accommodated changes necessary to reflect my Company&#39;s specific situation and claims&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#12">','The entire transaction was handled in a businesslike manner with a personal touch &nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#13">','Pricing was competitive, sales agreement is easy to understand, and most importantly, payment was delivered when promised&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#14">','After we agreed upon a settlement, the process took just a few days to complete&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#15">','The representatives I worked with are very professional and kind&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#16">','They made it very simple, offered a competitive rate which was paid promptly after all documents had been completed&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#17">','I found Hain Capital Group to be honorable, professional and, accordingly, a pleasure to work with&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#18">','The transaction was efficiently and quickly handled from start to finish&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#19">','I placed the stock certificate in escrow with my attorney and the next day my account was credited with a wire transfer&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#20">','Our client&#39;s unusual circumstance required some creativity&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#21">','Your contract to purchase was easy to read, understand and did not contain any hidden, unfavorable clauses&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#22">','Hain Capital was extremely thorough and knowledgeable&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#23">','The transaction was friendly, easy, and low key&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#24">','I enjoyed working with you and your company; there was nothing but high levels of professionalism.<a href="testimonials.htm#25">','Hain&#39;s representatives knew what they were doing, acted in good faith at all times and got the sale done quickly &nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#26">','We went in thinking this was going to be a long, drawn out process, and in fact it was virtually painless.&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#27">','The representatives of Hain were cordial, reasonable, and took a practical approach.&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#28">','I selected Hain Capital due to their high level of professionalism and integrity.&nbsp.&nbsp;.&nbsp;.&nbsp;<a href="testimonials.htm#29">']

var x = randNum(testimonials.length);
var y = x;
if (x==1) {x=2; y==2;
}
else
{var y = x-1};

//alert(y);
var whichone="&quot;"+"testimonials.htm#"+y+"&quot;"
//alert(x);

var opening='<td valign="bottom" height="80" bgcolor="#ffffff"><table width="500" cellpadding="0" cellspacing="0" onclick="window.location='+whichone+'" onMouseOver="style.cursor=\'hand\'"><tr><td bgcolor="#002c85"><table cellpadding="2" width="100%" height="60"><tr><td>&nbsp;</td><td class="testimonial"><img src="images/testimonial.gif" vspace="2"><br>'


var closing='<img src="images/more.gif" width="64" height="19" align="top" hspace="10" border="0"></a></td></td><td>&nbsp;</td></tr></table></td></tr><tr><td bgcolor="#ffffff"><img src="images/clear.gif" width="1" height="6"></td></tr></table></td>'

//alert(opening);
document.write (opening);
//alert(x);
document.write (testimonials[x-2]);
document.write (closing);
