
var textlink=new Array()

textlink[0]='<div id=quote><a href=testimonials.html>&#34;You were absolutely brilliant as always&#34;<br /><span>Lord and Lady Saatchi</span></a></div>'
textlink[1]='<div id=quote><a href=testimonials.html>&#34;The evening will be talked about for many years!&#34;<br /><span>Informed Solutions</span></a></div>'
textlink[2]='<div id=quote><a href=testimonials.html>&#34;An impressive and memorable evening&#34;<br /><span>SAGA</span></a></div>'
textlink[3]='<div id=quote><a href=testimonials.html>&#34;After 12 events, you still come up with fresh ideas&#34;<br /><span>AOL</span></a></div>'
textlink[4]='<div id=quote><a href=testimonials.html>&#34;You were a calming influence from stage one&#34;<br /><span>Capital Radio Group</span></a></div>'
textlink[5]='<div id=quote><a href=testimonials.html>&#34;Yet again, we have only had positive feedback&#34;<br /><span>WJB Chiltern</span></a></div>'
textlink[6]='<div id=quote><a href=testimonials.html>&#34;Good planning and attention to detail&#34;<br /><span>TRY Group plc</span></a></div>'
textlink[7]='<div id=quote><a href=testimonials.html>&#34;It wouldn&acute;t have happened without you&#34;<br /><span>Private client</span></a></div>'
textlink[8]='<div id=quote><a href=testimonials.html>&#34;This years party has been one of the best&#34;<br /><span>Carlton Television Ltd</span></a></div>'
textlink[9]='<div id=quote><a href=testimonials.html>&#34;Thank you for organising such a magnificent evening&#34;<br /><span>British Airways</span></a></div>'
textlink[10]='<div id=quote><a href=testimonials.html>&#34;Our tasting ran smoothly from beginning to end&#34;<br /><span>Laurent Perrier</span></a></div>'
textlink[11]='<div id=quote><a href=testimonials.html>&#34;We have never had such a good party&#34;<br /><span>CIA Medianetworks</span></a></div>'
textlink[12]='<div id=quote><a href=testimonials.html>&#34;The organisation was magnificent&#34;<br /><span>Private client</span></a></div>'
textlink[13]='<div id=quote><a href=testimonials.html>&#34;Best event I&acute;ve been on with the Pru&#34;<br /><span>PRUDENTIAL</span></a></div>'
textlink[14]='<div id=quote><a href=testimonials.html>&#34;The feedback has been tremendous&#34;<br /><span>Bartle Bogle Hegarty</span></a></div>'
textlink[15]='<div id=quote><a href=testimonials.html>&#34;Fantastic event with extremely positive feedback&#34;<br /><span>SAGA Services Ltd</span></a></div>'
textlink[16]='<div id=quote><a href=testimonials.html>&#34;The best party we&rsquo;ve ever had!&#34;<br /><span>M&amp;C Saatchi</span></a></div>'
textlink[17]='<div id=quote><a href=testimonials.html>&#34;They&rsquo;re an absolute pleasure to work with&#34;<br /><span>AOL UK</span></a></div>'
textlink[18]='<div id=quote><a href=testimonials.html>&#34;a fantastic event with extremely positive feedback.&#34;<br /><span>SAGA</span></a></div>'

var addlink=Math.floor(Math.random()*(textlink.length))
document.write(textlink[addlink])
