function fnDisplayDate()
	{
    var today = new Date();
    var year  = today.getYear();
    if (year < 1900)
		{
        year += 1900;
		}
	   document.write(year);
 		
}
function endorsement()
{
	var r_text = new Array ();
	r_text[0] = "<div class='endorsement'><h3>Their service is always professional, courteous, timely, and above all flexible.</h3>Cressida Roberts, Sundyne Corporation</div>";
	r_text[1] = "<div class='endorsement'><h3>The drivers are very helpful and efficient and always polite. </h3>Cressida Roberts, Sundyne Corporation</div>";
	r_text[2] = "<div class='endorsement'><h3>The office staff are flexible, approachable and organised.</h3>Cressida Roberts, Sundyne Corporation</div>";
	r_text[3] = "<div class='endorsement-big'><h3>We have done business with Club Class Chauffeurs for a number of years and would have no hesitation in recommending them.</h3>Cressida Roberts, Sundyne Corporation</div>";
	r_text[4] = "<div class='endorsement'><h3>Club Class  provide us with an excellent 24 hour service. </h3>Sue Taylor, Alfa Laval Ltd.</div>";
	r_text[5] = "<div class='endorsement'><h3>The drivers are, polite, look very smart and are prompt.</h3>Sue Taylor, Alfa Laval Ltd.</div>";
	r_text[6] = "<div class='endorsement'><h3>We would not hesitate to recommend Club Class for business travel.</h3>Sue Taylor, Alfa Laval Ltd.</div>";
	r_text[7] = "<div class='endorsement'><h3>Club Class deal with late arrivals, cancellations and short notice bookings in a professional manner.</h3>Sue Taylor, Alfa Laval Ltd.</div>";
	r_text[8] = "<div class='endorsement-big'><h3>Club Class has been SEOS' chauffeur service since 2004 and we have experienced a consistently reliable and efficient service.</h3>Catherine Garrard, SEOS Ltd.</div>";
	r_text[9] = "<div class='endorsement'><h3>Staff are friendly and accommodating and will always go out of their way to assist.</h3>Catherine Garrard, SEOS Ltd.</div>";
	r_text[10] = "<div class='endorsement-big'><h3>The nature of our business means that travel requirements are often changed or cancelled at short notice and Club Class is always understanding and ready to help. <font style='color:#ffffff;'>Catherine Garrard, SEOS Ltd.</font></h3></div>";
	r_text[11] = "<div class='endorsement'><h3>A very professional service with smart, clean cars and an excellent team of people.</h3>Catherine Garrard, SEOS Ltd.</div>";

	var i = Math.round(11*Math.random());
	document.write(r_text[i]);
}

