var how_many_ads = 13;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="On August 23rd, 2003, Aaron Lennon at the age of 16 years and 129 days became the youngest footballer to appear in the Premiership after coming on as a sub in Leeds' 2-1 loss at Spurs. The record has since been beaten by Matthew Briggs at Fulham."; 
}
if (ad==2) {
txt="On December 26th, 2004, Aaron Lennon scored his first professional goal in Leeds United's 3-2 away win at Sunderland."; 
}
if (ad==3) {
txt="On June 3rd, 2006, Aaron Lennon made his full England debut, coming on as a substitute for David Beckham at Old Trafford, where Jamaica were beaten 6-0."; 
}
if (ad==4) {
txt="On July 1st, 2005, Aaron Lennon moved to Tottenham Hotspur from Leeds United for a reported fee of £1m."; 
}
if (ad==5) {
txt="On August 27th, 2005, Aaron Lennon made his debut for Spurs in their 2-0 home loss to Chelsea."; 
}
if (ad==6) {
txt="On March 20th, 2009, Aaron Lennon signed a new contract to keep him at Spurs until June 2014."; 
}
if (ad==7) {
txt="On March 18th, 2006, Aaron Lennon scored his first goal in the Premiership in Spurs' 2–0 win at Birmingham City."; 
}
if (ad==8) {
txt="On May 25th, 2006, Aaron Lennon made his England B debut, in which his team lost 2-1 to Belarus at the Madejski Stadium."; 
}
if (ad==9) {
txt="Aaron Lennon's nickname is 'Azza'."; 
}
if (ad==10) {
txt="On September 24th, 2003, Aaron Lennon makes full debut in Leeds United's 2-2 League Cup draw at Swindon Town."; 
}
if (ad==11) {
txt="On June 15th, 2006, Aaron Lennon makes his World Cup debut in England's 2-0 win over Trinidad & Tobago."; 
}
if (ad==12) {
txt="On January 17th, 2007, Aaron Lennon makes his 50th appearance for Spurs in their 4-0 FA Cup replay victory over Cardiff City at White Hart Lane."; 
}
if (ad==13) {
txt="On December 2nd, 2007, Aaron Lennon makes his 100th appearance for Tottenham Hotspur in their 3-2 home loss by Birmingham City."; 
}
document.write('' + txt + '');
// End -->
