var mess = new Array
	(
	'&#147;At one point my girlfriend was in a five girl orgy on a sofa, and was the centre of attention...&#148; <a href="previous/07jun1.shtml">Read more</a>',
	'&#147;What struck me this time was the mix of couples who seemed to be from all over the globe ...&#148; <a href="previous/07jun2.shtml">Read more</a>',
	'&#147;Thanks again for being able to sort out out such a tremendous evening with such beautiful people...&#148; <a href="previous/07jun3.shtml">Read more</a>',
	'&#147;We enoyed meeting so many nice and beautiful people, and look forward to doing it all over again...&#148; <a href="previous/07jun4.shtml">Read more</a>', 
	'&#147;My concentration is at an all time low after some of the kinky and sensual images of Saturday night...&#148; <a href="previous/07junnoir1.shtml">Read more</a>', 
	'&#147;Once again, thank you for hosting a marvellous party...&#148; <a href="previous/07junnoir2.shtml">Read more</a>', 
	'&#147;It was everything you’d promised it would be, and more...&#148; <a href="previous/07junnoir4.shtml">Read more</a>', 
	'&#147;Thank you for another outstanding party...&#148; <a href="previous/07junnoir5.shtml">Read more</a>', 
	'&#147;It was our first time and it was a dream come true...&#148; <a href="previous/07apr1.shtml">Read more</a>', 
	'&#147;We found it easy to relax in the environment you created...&#148; <a href="previous/07apr2.shtml">Read more</a>', 
	'&#147;We cannot wait untill the next one...&#148; <a href="previous/07apr3.shtml">Read more</a>', 
	'&#147;You really know how to pick great people for the parties...&#148; <a href="previous/07apr4.shtml">Read more</a>', 
	'&#147;Thanks for a wonderful evening on Saturday; we both had a fantastic time...&#148; <a href="previous/07apr4.shtml">Read more</a>',
	'&#147;Thank you for a fantastic night - we are still buzzing from it...&#148; <a href="previous/07feb2.shtml">Read more</a>', 
	'&#147;We will definately come back...&#148; <a href="previous/07feb2.shtml">Read more</a>', 
	'&#147;We had so much fun and enjoyed every moment...&#148; <a href="previous/07feb3.shtml">Read more</a>', 
	'&#147;It was the best party we&#145;ve been to....&#148; <a href="previous/07feb4.shtml">Read more</a>', 
	'&#147;We are always amazed how you manage to mix people together...&#148; <a href="previous/07feb4.shtml">Read more</a>', 
	'&#147;Your attention to every detail was excellent...&#148; <a href="previous/07feb5.shtml">Read more</a>', 
	'&#147;Thank you for a fantastic night - we are still buzzing from it...&#148; <i><a href="previous/07feb2.shtml"> Read more</i></a>',
	'&#147;It&#145;s not every night you&#145;re in bed with three attractive, naked females...&#148; <i><a href="previous/07jan1.shtml"> Read more</i></a>',
	'&#147;Eight writhing naked bodies enjoying each other is certainly a sight to behold...&#148; <i><a href="previous/07jan2.shtml"> Read more</i></a>',
	'&#147;It seems hard to believe we spent eight hours at the party - it was over too soon...&#148; <i><a href="previous/07jan3.shtml"> Read more</i></a>',
	'&#147;Belle Baise really blew us both away...&#148;<i> <a href="previous/06nov1.shtml"> Read more</i></a>',
	'&#147;This weekend was exquisite in the truest sense of the word...&#148;<i> <a href="previous/06apr1.shtml"> Read more</i></a>',
	'&#147;Simply discussing it has resulted in us being unable to keep our hands off each other...&#148;<i> <a href="previous/06apr2.shtml"> Read more</i></a>',
	'&#147;This party was well-organised, professionally run and a very classy affair...&#148;<i> <a href="previous/06jul6.shtml"> Read more</i></a>',
	'&#147;It was an amazing evening, which far exceeded our expectations...&#148;<i> <a href="previous/06jul2.shtml"> Read more</i></a>',
	'&#147;It was exactly as we had hoped it would be...&#148;<i> <a href="previous/06jul1.shtml"> Read more</i></a>',
	'&#147;Thank you for an absolutely fantastic night on Saturday...&#148;<i> <a href="previous/06sep1.shtml"> Read more</i></a>',
	'&#147;What an amazing night of passion, lust, and fantasy!&#148;<i> <a href="previous/06nov8.shtml"> Read more</i></a>',
	'&#147;The people are all so lovely and beautiful...&#148;<i> <a href="previous/06nov7.shtml"> Read more</a',
	'&#147;It was wonderful to meet you on Sat and to experience all that Belle Baise has to offer...&#148;<i> <a href="previous/06nov6.shtml"> Read more</i></a>',
	'&#147;Everyone is so kind and damn hot!&#148;<i> <a href="previous/06nov5.shtml" >Read more</i></a>',
	'&#147;You did a great job in making everyone feel welcome...&#148;<i> <a href="previous/06nov4.shtml"> Read more</i></a>',
	'&#147;The mix of intelligent, fun, beautiful people in great surroundings made for a fantastic party...&#148;<i> <a href="previous/06nov3.shtml"> Read more</i></a>',
	'&#147;Even before leaving the party I knew that I wanted to come back again...&#148;<i> <a href="previous/06nov9.shtml"> Read more</i></a>',
	'&#147;The whole experience was splendid and I couldn&#145;t get enough...&#148;<i> <a href="previous/06nov2.shtml"> Read more</i></a>',
	'&#147;Belle Baise really blew us both away...&#148;<i> <a href="previous/06nov1.shtml"> Read more</i></a>');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
