var how_many_ads = 21;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="On September 14th, 2002, Wayne Rooney was for the very first time booked in Everton's 2-1 victory over Middlesbrough."; 
}
if (ad==2) {
txt="On October 24th, 1985, Wayne Mark Rooney was born in Liverpool, England."; 
}
if (ad==3) {
txt="On February 12rd, 2003, Wayne Rooney became the youngest player to represent the full England international side, when he debuted in a friendly against Australia."; 
}
if (ad==4) {
txt="On September 6th, 2003, Wayne Rooney became England's youngest goalscorer ever when he put the ball in the back of the net in a Euro 2004 qualifier against Macedonia."; 
}
if (ad==5) {
txt="On August 17th, 2002, Wayne Rooney, then 16,  made his Premiership debut in the blue of Everton against Tottenham Hotspur in a 2-2 draw."; 
}
if (ad==6) {
txt="On October 19th, 2002, Wayne Rooney scored his first goal in the Premiership with Everton in a 2-1 victory over Arsenal."; 
}
if (ad==7) {
txt="On July 1st, 2006, Wayne Rooney sent off for stamping in England's penalties defeat by Portugal in 2006 World Cup quarter-finals."; 
}
if (ad==8) {
txt="On September 28th, 2004, Wayne Rooney made his debut and scored a hat-trick for Manchester United in their 6-2 Champions League thrashing of Fenerbahce."; 
}
if (ad==9) {
txt="On August 31st, 2004, Wayne Rooney, then 18, transfers from Everton to Manchester United in a £20million move."; 
}
if (ad==10) {
txt="On January 17th, 2003, Wayne Rooney turns professional at Everton."; 
}
if (ad==11) {
txt="On December 26th, 2002, Wayne Rooney given his first ever Premiership red card in Everton's 1-1 draw with Birmingham City."; 
}
if (ad==12) {
txt="On October 1st, 2002, Wayne Rooney scored his first goals at senior level when he fired home twice in Everton's 3-0 League Cup victory at Wrexham."; 
}
if (ad==13) {
txt="In December, 2002, Wayne Rooney wins BBC Sports Young Personality of the Year award."; 
}
if (ad==14) {
txt="On November 8th, 2002, Wayne recieved his first award as a pro when he was awarded the ITV October Goal Of The Month for his strike against Arsenal."; 
}
if (ad==15) {
txt="On September 9th, 2005, Wayne won the FIFPro young player award."; 
}
if (ad==16) {
txt="In 2006 and 2007, Wayne was named the PFA Young Player of the Year."; 
}
if (ad==17) {
txt="In February 2005, Wayne was named for the first time as FA Premier League Player of the Month."; 
}
if (ad==18) {
txt="On June 20th, 2007, Wayne swapped his Manchester United shirt number 8 for the number 10, which was previously worn by Ruud van Nistelrooy."; 
}
if (ad==19) {
txt="On November 26th, 2006, Wayne extended his contract at Old Trafford until 2012."; 
}
if (ad==20) {
txt="On February 26th, 2006, Wayne scored twice in the 4-0 League Cup win against Wigan Athletic to pick up his first professional winners medal."; 
}
if (ad==21) {
txt="In 2007, Wayne and his Manchester United team-mates win the the Premiership League title."; 
}
document.write('' + txt + '');
// End -->